forked from OSchip/llvm-project
Removed an unused member variable. Affects Windows only.
llvm-svn: 248909
This commit is contained in:
parent
150c87c859
commit
a0bad88e59
|
@ -48,8 +48,6 @@ class TargetThreadWindows : public lldb_private::Thread
|
|||
private:
|
||||
lldb::RegisterContextSP CreateRegisterContextForFrameIndex(uint32_t idx);
|
||||
|
||||
lldb::StackFrameUP m_stack_frame;
|
||||
|
||||
HostThread m_host_thread;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue