diff options
Diffstat (limited to 'include/llvm/TypeSymbolTable.h')
-rw-r--r-- | include/llvm/TypeSymbolTable.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm/TypeSymbolTable.h b/include/llvm/TypeSymbolTable.h index b95415377e..ffea6d7340 100644 --- a/include/llvm/TypeSymbolTable.h +++ b/include/llvm/TypeSymbolTable.h @@ -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 /// @{ |