aboutsummaryrefslogtreecommitdiff
path: root/Parse/ParseObjc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Parse/ParseObjc.cpp')
-rw-r--r--Parse/ParseObjc.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Parse/ParseObjc.cpp b/Parse/ParseObjc.cpp
index e367834f70..859776f6a0 100644
--- a/Parse/ParseObjc.cpp
+++ b/Parse/ParseObjc.cpp
@@ -270,7 +270,6 @@ void Parser::ParseObjCInterfaceDeclList(DeclTy *interfaceDecl,
/// Insert collected methods declarations into the @interface object.
Actions.ObjcAddMethodsToClass(CurScope,
interfaceDecl,&allMethods[0],allMethods.size());
- return;
}
/// Parse property attribute declarations.