remove this method.
authorChris Lattner <sabre@nondot.org>
Sun, 6 Mar 2005 05:50:49 +0000 (05:50 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 6 Mar 2005 05:50:49 +0000 (05:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20482 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/SymbolTable.h

index 7aaadaaa77f2efe12e962de04f0becbfd3ee09af..88bef96d4e91a61c1195db0260234da617d3f876 100644 (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);