From: Steve Naroff Date: Mon, 12 Nov 2007 05:02:46 +0000 (+0000) Subject: Forgot this file from my last commit... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d2baa9e075b8dd427fe16245cd91967bfb792c13;p=clang Forgot this file from my last commit... git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44009 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Parse/Action.h b/include/clang/Parse/Action.h index 24b3af7041..7f2ca690d1 100644 --- a/include/clang/Parse/Action.h +++ b/include/clang/Parse/Action.h @@ -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: