[Lldb-commits] [lldb] r203292 - Remove unused code.

Ed Maste emaste at freebsd.org
Mon Mar 10 06:33:55 PDT 2014


On 7 March 2014 16:51, Greg Clayton <gclayton at apple.com> wrote:
> Author: gclayton
> Date: Fri Mar  7 15:51:19 2014
> New Revision: 203292
>
> URL: http://llvm.org/viewvc/llvm-project?rev=203292&view=rev
> Log:
> Remove unused code.

Hi Greg,

My build turned up warnings for the unused functions listed below.
Some seem like they could be kept, perhaps under #ifdef __APPLE__ or
#if 0, but others look like they're just leftover.

source/Core/Debugger.cpp TestPromptFormats
source/DataFormatters/FormatManager.cpp AddScriptSummary
source/Expression/ClangExpressionDeclMap.cpp MaybePromoteToBlockPointerType
source/Expression/ClangExpressionParser.cpp CreateFrontendAction
source/Expression/ClangUserExpression.cpp ApplyUnicharHack
source/Host/common/Condition.cpp tv2ms
source/Interpreter/ScriptInterpreterPython.cpp _check_and_flush
source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp
AcceptPortFromInferior
source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp CompileUnitOffsetLessThan
source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp CompareDIEOffset
source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp DWARFDebugInfo_ParseCallback
source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.cpp CountMethodArgs
source/Symbol/ClangASTContext.cpp IsOperator
source/Symbol/Symtab.cpp SymbolWithFileAddress
source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp
FindIndexPtrForSymbolContainingAddress
source/Symbol/TypeList.cpp GetTypeScopeAndBasename
source/Target/ThreadPlanTracer.cpp PadOutTo



More information about the lldb-commits mailing list