TypeSymbolTable::rename is dead, remove it

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33982 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner
2007-02-07 05:29:34 +00:00
parent f5111552c2
commit 67408dab1b
2 changed files with 0 additions and 22 deletions

View File

@@ -118,10 +118,6 @@ public:
/// @returns true if the erase was successful (TI was found)
bool remove(Type* TI);
/// Rename a type. This ain't fast, we have to linearly search for it first.
/// @returns true if the rename was successful (type was found)
bool rename(Type* T, const std::string& new_name);
/// @}
/// @name AbstractTypeUser Methods
/// @{