[ORC] Remove some unused typedefs.

llvm-svn: 342013
This commit is contained in:
Lang Hames 2018-09-12 00:35:03 +00:00
parent 79b7ce40af
commit ca007b7bc9
1 changed files with 0 additions and 5 deletions

View File

@ -761,11 +761,6 @@ private:
/// An ExecutionSession represents a running JIT program. /// An ExecutionSession represents a running JIT program.
class ExecutionSession : public ExecutionSessionBase { class ExecutionSession : public ExecutionSessionBase {
public: public:
using ErrorReporter = std::function<void(Error)>;
using DispatchMaterializationFunction = std::function<void(
JITDylib &JD, std::unique_ptr<MaterializationUnit> MU)>;
/// Construct an ExecutionEngine. /// Construct an ExecutionEngine.
/// ///
/// SymbolStringPools may be shared between ExecutionSessions. /// SymbolStringPools may be shared between ExecutionSessions.