remove reference to dead method
authorChris Lattner <sabre@nondot.org>
Thu, 28 Sep 2006 00:38:19 +0000 (00:38 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 28 Sep 2006 00:38:19 +0000 (00:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30641 91177308-0d34-0410-b5e6-96231b3b80d8

lib/VMCore/Constants.cpp

index 78ff9d607db826fbea71dbc94fb67a129c2baf7d..3308b9a6d40e1c4aee8b4e2c8b6975dce621e3d1 100644 (file)
@@ -681,7 +681,6 @@ namespace llvm {
     ///
     AbstractTypeMapTy AbstractTypeMap;
 
-    friend void Constant::clearAllValueMaps();
   private:
     void clear(std::vector<Constant *> &Constants) {
       for(typename MapTy::iterator I = Map.begin(); I != Map.end(); ++I)