From: Zachary Turner Date: Tue, 23 Oct 2018 22:15:27 +0000 (+0000) Subject: Remove unused private methods. X-Git-Tag: llvmorg-8.0.0-rc1~5976 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e44a63a0a4dbd1d25ae92b63e586d4b485bf9a54;p=platform%2Fupstream%2Fllvm.git Remove unused private methods. llvm-svn: 345092 --- diff --git a/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.h b/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.h index 2b1f893..ec52bda 100644 --- a/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.h +++ b/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.h @@ -149,14 +149,6 @@ public: ClangASTImporter &GetASTImporter() { return *m_importer; } private: - void AddBaseClassesToLayout(CompilerType &derived_ct, - ClangASTImporter::LayoutInfo &layout, - const llvm::codeview::ClassRecord &record); - void AddMembersToLayout(ClangASTImporter::LayoutInfo &layout, - const llvm::codeview::TagRecord &record); - void AddMethodsToLayout(ClangASTImporter::LayoutInfo &layout, - const llvm::codeview::TagRecord &record); - size_t FindTypesByName(llvm::StringRef name, uint32_t max_matches, TypeMap &types);