mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-10-02 21:17:17 +00:00
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:
@@ -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
|
||||
/// @{
|
||||
|
Reference in New Issue
Block a user