]> granicus.if.org Git - clang/commitdiff
Forgot this file from my last commit...
authorSteve Naroff <snaroff@apple.com>
Mon, 12 Nov 2007 05:02:46 +0000 (05:02 +0000)
committerSteve Naroff <snaroff@apple.com>
Mon, 12 Nov 2007 05:02:46 +0000 (05:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44009 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Parse/Action.h

index 24b3af70412b693ae2adfe5de2c4c741eabed127..7f2ca690d1d0cb19e306ce41a6f57bfc14978af1 100644 (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: