Revert accidental checkin.

llvm-svn: 153945
This commit is contained in:
Bill Wendling 2012-04-03 08:44:00 +00:00
parent c08a5e7e8b
commit 90de801caa
1 changed files with 0 additions and 7 deletions

View File

@ -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
//------------------------------------------------------------------