From 164ebd3be3b82afc67122027fac40f48554cb290 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 8 Mar 2004 06:15:33 +0000 Subject: [PATCH] Remove Module::mutateConstantPointerRef, which is now thankfully dead! llvm-svn: 12215 --- include/llvm/Module.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/llvm/Module.h b/include/llvm/Module.h index bdd72e1c222..352ce20fcce 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);