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;