Delete the really inefficient method: void remove(const Type* Typ);
authorChris Lattner <sabre@nondot.org>
Sun, 6 Mar 2005 05:46:00 +0000 (05:46 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 6 Mar 2005 05:46:00 +0000 (05:46 +0000)
commit1327c5ab990c76bb4f02e5e12434580ce108123e
tree2580f1d39674d34e2168b860d6c82719465ad18a
parent82aa566795fbcb42b6d606732a395595b54c0486
Delete the really inefficient method: void remove(const Type* Typ);

Get rid of removeEntry(type_iterator), since 'remove' is exactly the same
operation.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20480 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/SymbolTable.h