Removed an unused member variable. Affects Windows only.

llvm-svn: 248909
This commit is contained in:
Adrian McCarthy 2015-09-30 14:57:21 +00:00
parent 150c87c859
commit a0bad88e59
1 changed files with 0 additions and 2 deletions

View File

@ -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;
};
}