Remove Module::mutateConstantPointerRef, which is now thankfully dead!

llvm-svn: 12215
This commit is contained in:
Chris Lattner 2004-03-08 06:15:33 +00:00
parent 9f4918ab93
commit 8301a593a9
1 changed files with 0 additions and 1 deletions

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