From 7cbf92d1d9945c35d1021458280bb7984f796a01 Mon Sep 17 00:00:00 2001 From: Jim Grosbach Date: Tue, 12 Apr 2011 00:23:32 +0000 Subject: Tidy up a bit now that we're using the MemoryManager interface. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129328 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/ExecutionEngine/RuntimeDyld.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/llvm/ExecutionEngine') diff --git a/include/llvm/ExecutionEngine/RuntimeDyld.h b/include/llvm/ExecutionEngine/RuntimeDyld.h index 87ba119..d0d7dd6 100644 --- a/include/llvm/ExecutionEngine/RuntimeDyld.h +++ b/include/llvm/ExecutionEngine/RuntimeDyld.h @@ -63,9 +63,6 @@ public: // and resolve relocatons based on where they put it). void *getSymbolAddress(StringRef Name); void reassignSymbolAddress(StringRef Name, uint64_t Addr); - // FIXME: Should be parameterized to get the memory block associated with - // a particular loaded object. - sys::MemoryBlock getMemoryBlock(); StringRef getErrorString(); }; -- cgit v1.1