[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
This commit is contained in:
Lang Hames
2019-05-22 22:57:40 +00:00
parent 07a01e0c45
commit 027fc20f65
-4
View File
@@ -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;