[cfe-commits] r44009 - /cfe/trunk/include/clang/Parse/Action.h

Steve Naroff snaroff at apple.com
Sun Nov 11 21:02:46 PST 2007


Author: snaroff
Date: Sun Nov 11 23:02:46 2007
New Revision: 44009

URL: http://llvm.org/viewvc/llvm-project?rev=44009&view=rev
Log:

Forgot this file from my last commit...


Modified:
    cfe/trunk/include/clang/Parse/Action.h

Modified: cfe/trunk/include/clang/Parse/Action.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Parse/Action.h?rev=44009&r1=44008&r2=44009&view=diff

==============================================================================
--- cfe/trunk/include/clang/Parse/Action.h (original)
+++ cfe/trunk/include/clang/Parse/Action.h Sun Nov 11 23:02:46 2007
@@ -107,10 +107,6 @@
     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:





More information about the cfe-commits mailing list