From 807a7be38b23b17db95a23fc52ebebc1e6d6d133 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 8 Mar 2004 06:15:33 +0000 Subject: Remove Module::mutateConstantPointerRef, which is now thankfully dead! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12215 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Module.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/llvm/Module.h b/include/llvm/Module.h index bdd72e1..352ce20 100644 --- a/include/llvm/Module.h +++ b/include/llvm/Module.h @@ -77,7 +77,6 @@ private: // Accessor for the underlying GVRefMap... only through the Constant class... friend class Constant; friend class ConstantPointerRef; - void mutateConstantPointerRef(GlobalValue *OldGV, GlobalValue *NewGV); ConstantPointerRef *getConstantPointerRef(GlobalValue *GV); void destroyConstantPointerRef(ConstantPointerRef *CPR); -- cgit v1.1