summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBThread.cpp
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2010-07-14 00:18:15 +0000
committerGreg Clayton <gclayton@apple.com>2010-07-14 00:18:15 +0000
commitb132097b4558cd3fd697eedc1c26581d37b6e266 (patch)
tree78d5945f162b13c4decc0760e149f4625e64a059 /lldb/source/API/SBThread.cpp
parentc3d6cb65431c8b01dbbddb0bc0821a0393d51bf0 (diff)
downloadbcm5719-llvm-b132097b4558cd3fd697eedc1c26581d37b6e266.tar.gz
bcm5719-llvm-b132097b4558cd3fd697eedc1c26581d37b6e266.zip
I enabled some extra warnings for hidden local variables and for hidden
virtual functions and caught some things and did some general code cleanup. llvm-svn: 108299
Diffstat (limited to 'lldb/source/API/SBThread.cpp')
-rw-r--r--lldb/source/API/SBThread.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/source/API/SBThread.cpp b/lldb/source/API/SBThread.cpp
index 8f4b3b9d99e..268270597b3 100644
--- a/lldb/source/API/SBThread.cpp
+++ b/lldb/source/API/SBThread.cpp
@@ -100,7 +100,6 @@ SBThread::GetStopDescription (char *dst, size_t dst_len)
}
else
{
- const char *stop_desc = NULL;
size_t stop_desc_len = 0;
switch (thread_stop_info.GetStopReason())
{
OpenPOWER on IntegriCloud