1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

remove this method.

llvm-svn: 20482
This commit is contained in:
Chris Lattner 2005-03-06 05:50:49 +00:00
parent 57a7a2d1cf
commit e0a963283c

View File

@ -279,10 +279,6 @@ private:
/// @brief Insert a type into the symbol table with the specified name.
void insertEntry(const std::string &Name, const Type *T);
/// Remove a specific value from a specific plane in the SymbolTable.
/// @returns the removed Value.
Value* removeEntry(plane_iterator Plane, value_iterator Entry);
/// This function is called when one of the types in the type plane
/// is refined.
virtual void refineAbstractType(const DerivedType *OldTy, const Type *NewTy);