[Lldb-commits] [lldb] r248909 - Removed an unused member variable. Affects Windows only.
Adrian McCarthy via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 30 07:57:22 PDT 2015
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;
};
}
More information about the lldb-commits
mailing list