aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-09-28 00:38:19 +0000
committerChris Lattner <sabre@nondot.org>2006-09-28 00:38:19 +0000
commitf6e70fa0d339f86b2cce54afbc66f1b141ae71da (patch)
treee181c48032c42bfb6714583ddad26c129dde1863
parentb14cb1024a26ff703368756897eeeb3e9a9c15fc (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.cpp1
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)