diff options
-rw-r--r-- | llvm/include/llvm/DebugInfo/PDB/IPDBSession.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/include/llvm/DebugInfo/PDB/IPDBSession.h b/llvm/include/llvm/DebugInfo/PDB/IPDBSession.h index 64b7665befd..696736a907a 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<T>(ConcreteSymbol); } - template <> - std::unique_ptr<PDBSymbol> - getConcreteSymbolById<PDBSymbol>(uint32_t SymbolId) const { - return getSymbolById(SymbolId); - } - virtual std::unique_ptr<PDBSymbol> findSymbolByAddress(uint64_t Address, PDB_SymType Type) const = 0; |