[ORC] Kill off a dead typedef.

llvm-svn: 312893
This commit is contained in:
Lang Hames 2017-09-11 01:09:46 +00:00
parent 94d555116c
commit 70a6929f1a
1 changed files with 0 additions and 6 deletions

View 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;