On 7 March 2014 16:51, Greg Clayton <gclay...@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
_______________________________________________
lldb-commits mailing list
lldb-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to