[llvm] r361441 - [ORC] Remove a stray decl that accidentally found its way in to r361322.

Lang Hames via llvm-commits llvm-commits at lists.llvm.org
Wed May 22 15:57:40 PDT 2019


Author: lhames
Date: Wed May 22 15:57:40 2019
New Revision: 361441

URL: http://llvm.org/viewvc/llvm-project?rev=361441&view=rev
Log:
[ORC] Remove a stray decl that accidentally found its way in to r361322.

Modified:
    llvm/trunk/include/llvm/ExecutionEngine/Orc/Core.h

Modified: llvm/trunk/include/llvm/ExecutionEngine/Orc/Core.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/ExecutionEngine/Orc/Core.h?rev=361441&r1=361440&r2=361441&view=diff
==============================================================================
--- llvm/trunk/include/llvm/ExecutionEngine/Orc/Core.h (original)
+++ llvm/trunk/include/llvm/ExecutionEngine/Orc/Core.h Wed May 22 15:57:40 2019
@@ -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;




More information about the llvm-commits mailing list