diff options
author | Adrian McCarthy <amccarth@google.com> | 2015-09-30 14:57:21 +0000 |
---|---|---|
committer | Adrian McCarthy <amccarth@google.com> | 2015-09-30 14:57:21 +0000 |
commit | a0bad88e5921ceac5416009dc4a79dc595ae12eb (patch) | |
tree | be700efb14b2199de9f674a00e163b49f4edbda3 | |
parent | 150c87c85983f5938c07c9185659c6cb07909ebb (diff) | |
download | bcm5719-llvm-a0bad88e5921ceac5416009dc4a79dc595ae12eb.tar.gz bcm5719-llvm-a0bad88e5921ceac5416009dc4a79dc595ae12eb.zip |
Removed an unused member variable. Affects Windows only.
llvm-svn: 248909
-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;
};
}
|