[Lldb-commits] [lldb] r153945 - /lldb/trunk/include/lldb/Expression/RecordingMemoryManager.h

Bill Wendling isanbard at gmail.com
Tue Apr 3 01:44:01 PDT 2012


Author: void
Date: Tue Apr  3 03:44:00 2012
New Revision: 153945

URL: http://llvm.org/viewvc/llvm-project?rev=153945&view=rev
Log:
Revert accidental checkin.

Modified:
    lldb/trunk/include/lldb/Expression/RecordingMemoryManager.h

Modified: lldb/trunk/include/lldb/Expression/RecordingMemoryManager.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Expression/RecordingMemoryManager.h?rev=153945&r1=153944&r2=153945&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Expression/RecordingMemoryManager.h (original)
+++ lldb/trunk/include/lldb/Expression/RecordingMemoryManager.h Tue Apr  3 03:44:00 2012
@@ -81,13 +81,6 @@
         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
     //------------------------------------------------------------------





More information about the lldb-commits mailing list