From ca007b7bc9613853a76bf3b732b3e7d47d780954 Mon Sep 17 00:00:00 2001 From: Lang Hames Date: Wed, 12 Sep 2018 00:35:03 +0000 Subject: [PATCH] [ORC] Remove some unused typedefs. llvm-svn: 342013 --- llvm/include/llvm/ExecutionEngine/Orc/Core.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/llvm/include/llvm/ExecutionEngine/Orc/Core.h b/llvm/include/llvm/ExecutionEngine/Orc/Core.h index ec7ff54fae77..e6fe93751e4c 100644 --- a/llvm/include/llvm/ExecutionEngine/Orc/Core.h +++ b/llvm/include/llvm/ExecutionEngine/Orc/Core.h @@ -761,11 +761,6 @@ private: /// An ExecutionSession represents a running JIT program. class ExecutionSession : public ExecutionSessionBase { public: - using ErrorReporter = std::function; - - using DispatchMaterializationFunction = std::function MU)>; - /// Construct an ExecutionEngine. /// /// SymbolStringPools may be shared between ExecutionSessions.