[lldb] Remove unused method declaration
authorAlexander Shaposhnikov <shal1t712@gmail.com>
Fri, 10 Nov 2017 19:40:53 +0000 (19:40 +0000)
committerAlexander Shaposhnikov <shal1t712@gmail.com>
Fri, 10 Nov 2017 19:40:53 +0000 (19:40 +0000)
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

llvm-svn: 317919

lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h

index c335e18..a1acbec 100644 (file)
@@ -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);