Kill a never-defined, never-used member function. Thanks, Enea.

llvm-svn: 103175
This commit is contained in:
John McCall 2010-05-06 09:09:08 +00:00
parent cc7e5bff5c
commit 31b0b46779
1 changed files with 0 additions and 2 deletions

View File

@ -871,8 +871,6 @@ public:
ParmVarDecl *getArg(unsigned i) const { return getParmArray()[i]; }
void setArg(unsigned i, ParmVarDecl *VD) { getParmArray()[i] = VD; }
TypeLoc getArgLoc(unsigned i) const;
TypeLoc getResultLoc() const {
return getInnerTypeLoc();
}