diff options
author | Chris Lattner <sabre@nondot.org> | 2006-09-28 00:38:19 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-09-28 00:38:19 +0000 |
commit | f6e70fa0d339f86b2cce54afbc66f1b141ae71da (patch) | |
tree | e181c48032c42bfb6714583ddad26c129dde1863 | |
parent | b14cb1024a26ff703368756897eeeb3e9a9c15fc (diff) |
remove reference to dead method
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30641 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/VMCore/Constants.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/VMCore/Constants.cpp b/lib/VMCore/Constants.cpp index 78ff9d607d..3308b9a6d4 100644 --- a/lib/VMCore/Constants.cpp +++ b/lib/VMCore/Constants.cpp @@ -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) |