From 027fc20f65ade177ddfdf1bdb3e59cc515fe8f10 Mon Sep 17 00:00:00 2001 From: Lang Hames Date: Wed, 22 May 2019 22:57:40 +0000 Subject: [PATCH] [ORC] Remove a stray decl that accidentally found its way in to r361322. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@361441 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/ExecutionEngine/Orc/Core.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/llvm/ExecutionEngine/Orc/Core.h b/include/llvm/ExecutionEngine/Orc/Core.h index d39271ada00..a966a16390b 100644 --- a/include/llvm/ExecutionEngine/Orc/Core.h +++ b/include/llvm/ExecutionEngine/Orc/Core.h @@ -681,10 +681,6 @@ private: void emit(const SymbolFlagsMap &Emitted); - // Removes the given symbols from the symbol table, returning the set of - // pending queries. - AsynchronousSymbolQuery removeSymbols(const SymbolNameSet &Symbols); - void notifyFailed(const SymbolNameSet &FailedSymbols); ExecutionSession &ES;