Forgot this file from my last commit...

llvm-svn: 44009
This commit is contained in:
Steve Naroff 2007-11-12 05:02:46 +00:00
parent ff4dbff4f4
commit 8e5c112add
1 changed files with 0 additions and 4 deletions

View File

@ -107,10 +107,6 @@ public:
return 0;
}
virtual DeclTy *ObjcActOnMethodDefinition(Scope *S, DeclTy *D,
DeclTy *LastInGroup) {
return 0;
}
/// AddInitializerToDecl - This action is called immediately after
/// ParseDeclarator (when an initializer is present). The code is factored
/// this way to make sure we are able to handle the following: