aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Naroff <snaroff@apple.com>2007-11-12 05:02:46 +0000
committerSteve Naroff <snaroff@apple.com>2007-11-12 05:02:46 +0000
commitd2baa9e075b8dd427fe16245cd91967bfb792c13 (patch)
tree3eef0315cd8b0fc75fb7cbb18b281de627667d17
parent0755aba7dadbcd2b49a0b376a3c70dbaa8145bd3 (diff)
Forgot this file from my last commit...
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44009 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/clang/Parse/Action.h4
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: