]> granicus.if.org Git - llvm/commitdiff
[ORC] Kill off a dead typedef.
authorLang Hames <lhames@gmail.com>
Mon, 11 Sep 2017 01:09:46 +0000 (01:09 +0000)
committerLang Hames <lhames@gmail.com>
Mon, 11 Sep 2017 01:09:46 +0000 (01:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@312893 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h

index cbe9ff5d6ec8eecdeaee606ef612f5d7bfc28672..a961992c214785d536a04c708ea462edcf1e5654 100644 (file)
@@ -140,12 +140,6 @@ private:
   struct LogicalDylib {
     using SymbolResolverFtor = std::function<JITSymbol(const std::string&)>;
 
-    using ModuleAdderFtor =
-      std::function<typename BaseLayerT::ModuleHandleT(
-                    BaseLayerT&,
-                    std::unique_ptr<Module>,
-                    std::unique_ptr<JITSymbolResolver>)>;
-
     struct SourceModuleEntry {
       std::shared_ptr<Module> SourceMod;
       std::set<Function*> StubsToClone;