diff options
Diffstat (limited to 'lldb/source/API/SBThread.cpp')
-rw-r--r-- | lldb/source/API/SBThread.cpp | 1 |
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()) { |