[Lldb-commits] [lldb] r317919 - [lldb] Remove unused method declaration
Alexander Shaposhnikov via lldb-commits
lldb-commits at lists.llvm.org
Fri Nov 10 11:40:53 PST 2017
Author: alexshap
Date: Fri Nov 10 11:40:53 2017
New Revision: 317919
URL: http://llvm.org/viewvc/llvm-project?rev=317919&view=rev
Log:
[lldb] Remove unused method declaration
FindCompleteObjCDefinitionType is not used anywhere and there is no implementation of it, only a declaration.
Test plan: make check-lldb
Differential revision: https://reviews.llvm.org/D39884
Modified:
lldb/trunk/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h
Modified: lldb/trunk/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h?rev=317919&r1=317918&r2=317919&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h (original)
+++ lldb/trunk/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h Fri Nov 10 11:40:53 2017
@@ -396,10 +396,6 @@ protected:
const DWARFDIE &die, const lldb_private::ConstString &type_name,
bool must_be_implementation);
- lldb::TypeSP
- FindCompleteObjCDefinitionType(const lldb_private::ConstString &type_name,
- bool header_definition_ok);
-
lldb_private::Symbol *
GetObjCClassSymbol(const lldb_private::ConstString &objc_class_name);
More information about the lldb-commits
mailing list