diff options
Diffstat (limited to 'lldb/source/Core/Module.cpp')
-rw-r--r-- | lldb/source/Core/Module.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lldb/source/Core/Module.cpp b/lldb/source/Core/Module.cpp index 8f80be45f1b..39d7c6241bf 100644 --- a/lldb/source/Core/Module.cpp +++ b/lldb/source/Core/Module.cpp @@ -1685,7 +1685,3 @@ bool Module::GetIsDynamicLinkEditor() { return false; } - -Status Module::LoadInMemory(Target &target, bool set_pc) { - return m_objfile_sp->LoadInMemory(target, set_pc); -} |