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);