Remove Module::mutateConstantPointerRef, which is now thankfully dead!
authorChris Lattner <sabre@nondot.org>
Mon, 8 Mar 2004 06:15:33 +0000 (06:15 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 8 Mar 2004 06:15:33 +0000 (06:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12215 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Module.h

index bdd72e1c22293e9015e76559b13b4636b4306949..352ce20fccee8a48ab9c76d3c42fd91dc4482885 100644 (file)
@@ -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);