[Lldb-commits] [PATCH] D39884: [lldb] Remove unused method declaration

Alexander Shaposhnikov via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Nov 10 11:41:33 PST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL317919: [lldb] Remove unused method declaration (authored by alexshap).

Changed prior to commit:
  https://reviews.llvm.org/D39884?vs=122379&id=122493#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D39884

Files:
  lldb/trunk/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h


Index: lldb/trunk/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h
===================================================================
--- lldb/trunk/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h
+++ lldb/trunk/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h
@@ -396,10 +396,6 @@
       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);
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39884.122493.patch
Type: text/x-patch
Size: 657 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20171110/9af126cc/attachment.bin>


More information about the lldb-commits mailing list