diff options
-rw-r--r-- | include/clang/Parse/Action.h | 4 |
1 files changed, 0 insertions, 4 deletions
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: |