[Lldb-commits] [lldb] r182892 - Remove unused variable.

Greg Clayton gclayton at apple.com
Wed May 29 16:22:22 PDT 2013


Author: gclayton
Date: Wed May 29 18:22:22 2013
New Revision: 182892

URL: http://llvm.org/viewvc/llvm-project?rev=182892&view=rev
Log:
Remove unused variable.


Modified:
    lldb/trunk/source/Core/Debugger.cpp

Modified: lldb/trunk/source/Core/Debugger.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Core/Debugger.cpp?rev=182892&r1=182891&r2=182892&view=diff
==============================================================================
--- lldb/trunk/source/Core/Debugger.cpp (original)
+++ lldb/trunk/source/Core/Debugger.cpp Wed May 29 18:22:22 2013
@@ -1173,7 +1173,6 @@ TestPromptFormats (StackFrame *frame)
     SymbolContext sc (frame->GetSymbolContext(eSymbolContextEverything));
     ExecutionContext exe_ctx;
     frame->CalculateExecutionContext(exe_ctx);
-    const char *end = NULL;
     if (Debugger::FormatPrompt (prompt_format, &sc, &exe_ctx, &sc.line_entry.range.GetBaseAddress(), s))
     {
         printf("%s\n", s.GetData());





More information about the lldb-commits mailing list