Put RTDyldMemoryManager into its own file, and make it linked into
[oota-llvm.git] / lib / ExecutionEngine / RuntimeDyld / RuntimeDyld.cpp
index a08b508a8dfb46d0d7f7410a9e5902519d88b01f..844f1c2931cb8cc20dca89a2c02626ee34cc7153 100644 (file)
@@ -24,8 +24,6 @@ using namespace llvm;
 using namespace llvm::object;
 
 // Empty out-of-line virtual destructor as the key function.
-RTDyldMemoryManager::~RTDyldMemoryManager() {}
-void RTDyldMemoryManager::registerEHFrames(StringRef SectionData) {}
 RuntimeDyldImpl::~RuntimeDyldImpl() {}
 
 namespace llvm {