summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian McCarthy <amccarth@google.com>2015-09-30 14:57:21 +0000
committerAdrian McCarthy <amccarth@google.com>2015-09-30 14:57:21 +0000
commita0bad88e5921ceac5416009dc4a79dc595ae12eb (patch)
treebe700efb14b2199de9f674a00e163b49f4edbda3
parent150c87c85983f5938c07c9185659c6cb07909ebb (diff)
downloadbcm5719-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.h2
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;
};
}
OpenPOWER on IntegriCloud