From 4dbdbc7904976ff56d72bca87253012d4444414f 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@299832 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/DebugInfo/PDB/IPDBSession.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/include/llvm/DebugInfo/PDB/IPDBSession.h b/include/llvm/DebugInfo/PDB/IPDBSession.h index 64b7665befd..696736a907a 100644 --- a/include/llvm/DebugInfo/PDB/IPDBSession.h +++ b/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.40.0