summaryrefslogtreecommitdiffstats
path: root/lldb
diff options
context:
space:
mode:
Diffstat (limited to 'lldb')
-rw-r--r--lldb/include/lldb/Expression/RecordingMemoryManager.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/lldb/include/lldb/Expression/RecordingMemoryManager.h b/lldb/include/lldb/Expression/RecordingMemoryManager.h
index ac21a1c8651..b4167940e55 100644
--- a/lldb/include/lldb/Expression/RecordingMemoryManager.h
+++ b/lldb/include/lldb/Expression/RecordingMemoryManager.h
@@ -81,13 +81,6 @@ public:
m_default_mm_ap->setPoisonMemory (poison);
}
- virtual void *getPointerToNamedFunction(const std::string &Name,
- bool AbortOnFailure = true)
- {
- return m_default_mm_ap->getPointerToNamedFunction(Name,
- AbortOnFailure);
- }
-
//------------------------------------------------------------------
/// Passthrough interface stub
//------------------------------------------------------------------
OpenPOWER on IntegriCloud