From fd9c8645c6d325950dcb8e84ebcaad2a712f52c4 Mon Sep 17 00:00:00 2001 From: Zachary Turner Date: Mon, 10 Apr 2017 06:30:28 +0000 Subject: [PATCH] Remove unused method. This is causing build breaks, but it's unused anyway, so delete it. llvm-svn: 299832 --- llvm/include/llvm/DebugInfo/PDB/IPDBSession.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/llvm/include/llvm/DebugInfo/PDB/IPDBSession.h b/llvm/include/llvm/DebugInfo/PDB/IPDBSession.h index 64b7665..696736a 100644 --- a/llvm/include/llvm/DebugInfo/PDB/IPDBSession.h +++ b/llvm/include/llvm/DebugInfo/PDB/IPDBSession.h @@ -45,12 +45,6 @@ public: return std::unique_ptr(ConcreteSymbol); } - template <> - std::unique_ptr - getConcreteSymbolById(uint32_t SymbolId) const { - return getSymbolById(SymbolId); - } - virtual std::unique_ptr findSymbolByAddress(uint64_t Address, PDB_SymType Type) const = 0; -- 2.7.4