Remove unused variables
authorSaleem Abdulrasool <compnerd@compnerd.org>
Fri, 13 Jun 2014 03:30:39 +0000 (03:30 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Fri, 13 Jun 2014 03:30:39 +0000 (03:30 +0000)
commit3924d754e59683a3461e05e3c8d57a9d6ff347fb
tree8c0c185769a21c88dc42297cbb69add855e76342
parent2cef13cf71de548dc59e12e2699ed89892206d6e
Remove unused variables

Address the 'variable set but not used' warning from GCC.  In some cases a few
additional calls were removed where there should be no visible side effects of
the calls (i.e. should not effect any cached state).

llvm-svn: 210879
lldb/source/API/SBTarget.cpp
lldb/source/Expression/ClangExpressionDeclMap.cpp
lldb/source/Interpreter/ScriptInterpreterPython.cpp
lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp