[Lldb-commits] [lldb] r113734 - /lldb/trunk/source/Commands/CommandObjectFrame.cpp

Greg Clayton gclayton at apple.com
Sun Sep 12 19:54:20 PDT 2010


Author: gclayton
Date: Sun Sep 12 21:54:20 2010
New Revision: 113734

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

Modified:
    lldb/trunk/source/Commands/CommandObjectFrame.cpp

Modified: lldb/trunk/source/Commands/CommandObjectFrame.cpp
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Commands/CommandObjectFrame.cpp?rev=113734&r1=113733&r2=113734&view=diff
==============================================================================
--- lldb/trunk/source/Commands/CommandObjectFrame.cpp (original)
+++ lldb/trunk/source/Commands/CommandObjectFrame.cpp Sun Sep 12 21:54:20 2010
@@ -531,7 +531,6 @@
             ValueObjectSP valobj_sp;
             //ValueObjectList &valobj_list = exe_ctx.frame->GetValueObjectList();
             const char *name_cstr = NULL;
-            bool show_fullpaths = true;
             size_t idx;
             if (!m_options.globals.empty())
             {





More information about the lldb-commits mailing list