diff options
Diffstat (limited to 'Parse/ParseObjc.cpp')
-rw-r--r-- | Parse/ParseObjc.cpp | 1 |
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. |