Author: amccarth
Date: Wed Sep 30 09:57:21 2015
New Revision: 248909

URL: http://llvm.org/viewvc/llvm-project?rev=248909&view=rev
Log:
Removed an unused member variable.  Affects Windows only.

Modified:
    lldb/trunk/source/Plugins/Process/Windows/Live/TargetThreadWindows.h

Modified: lldb/trunk/source/Plugins/Process/Windows/Live/TargetThreadWindows.h
URL: 
http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/Process/Windows/Live/TargetThreadWindows.h?rev=248909&r1=248908&r2=248909&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/Process/Windows/Live/TargetThreadWindows.h 
(original)
+++ lldb/trunk/source/Plugins/Process/Windows/Live/TargetThreadWindows.h Wed 
Sep 30 09:57:21 2015
@@ -48,8 +48,6 @@ class TargetThreadWindows : public lldb_
   private:
     lldb::RegisterContextSP CreateRegisterContextForFrameIndex(uint32_t idx);
 
-    lldb::StackFrameUP m_stack_frame;
-
     HostThread m_host_thread;
 };
 }


_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to