diff --git a/llvm/include/llvm/Module.h b/llvm/include/llvm/Module.h index bdd72e1c2229..352ce20fccee 100644 --- a/llvm/include/llvm/Module.h +++ b/llvm/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);