From 3c3af9c25b6e57dfc8c28a07679b90f902759a1a Mon Sep 17 00:00:00 2001 From: Erik Verbruggen Date: Fri, 18 Jun 2010 09:08:00 +0200 Subject: Fixed return-type checking for ObjC methods. --- src/shared/cplusplus/Semantic.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/shared/cplusplus/Semantic.h') diff --git a/src/shared/cplusplus/Semantic.h b/src/shared/cplusplus/Semantic.h index 6aace93f75..cc6e345483 100644 --- a/src/shared/cplusplus/Semantic.h +++ b/src/shared/cplusplus/Semantic.h @@ -107,9 +107,6 @@ public: const Name *check(NestedNameSpecifierListAST *name, Scope *scope); - FullySpecifiedType check(ObjCTypeNameAST *typeName, Scope *scope, - const FullySpecifiedType &type = FullySpecifiedType()); - void check(ObjCMessageArgumentDeclarationAST *arg, Scope *scope); void checkFunctionDefinition(FunctionDefinitionAST *ast); -- cgit v1.2.1