[Lldb-commits] [lldb] r321514 - Remove duplicate declaration from D41550; NFC

Aaron Smith via lldb-commits lldb-commits at lists.llvm.org
Wed Dec 27 23:48:10 PST 2017


Author: asmith
Date: Wed Dec 27 23:48:10 2017
New Revision: 321514

URL: http://llvm.org/viewvc/llvm-project?rev=321514&view=rev
Log:
Remove duplicate declaration from D41550; NFC 

Modified:
    lldb/trunk/source/Plugins/SymbolFile/PDB/SymbolFilePDB.h

Modified: lldb/trunk/source/Plugins/SymbolFile/PDB/SymbolFilePDB.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/source/Plugins/SymbolFile/PDB/SymbolFilePDB.h?rev=321514&r1=321513&r2=321514&view=diff
==============================================================================
--- lldb/trunk/source/Plugins/SymbolFile/PDB/SymbolFilePDB.h (original)
+++ lldb/trunk/source/Plugins/SymbolFile/PDB/SymbolFilePDB.h Wed Dec 27 23:48:10 2017
@@ -176,10 +176,6 @@ private:
       const llvm::pdb::PDBSymbolCompiland &cu,
       llvm::DenseMap<uint32_t, uint32_t> &index_map) const;
 
-  void FindTypesByRegex(const lldb_private::RegularExpression &regex,
-                        uint32_t max_matches,
-                        lldb_private::TypeMap &types);
-
   void FindTypesByName(const std::string &name, uint32_t max_matches,
                        lldb_private::TypeMap &types);
 




More information about the lldb-commits mailing list