diff options
Diffstat (limited to 'lldb/source/Plugins/Process/Windows')
-rw-r--r-- | lldb/source/Plugins/Process/Windows/Live/TargetThreadWindows.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/source/Plugins/Process/Windows/Live/TargetThreadWindows.h b/lldb/source/Plugins/Process/Windows/Live/TargetThreadWindows.h index 025a199a905..2d62c81ee25 100644 --- a/lldb/source/Plugins/Process/Windows/Live/TargetThreadWindows.h +++ b/lldb/source/Plugins/Process/Windows/Live/TargetThreadWindows.h @@ -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;
};
}
|