Remove dead assignment.
authorChristoph Mallon <christoph.mallon@gmx.de>
Sat, 5 May 2012 05:55:38 +0000 (07:55 +0200)
committerChristoph Mallon <christoph.mallon@gmx.de>
Sat, 5 May 2012 21:09:54 +0000 (23:09 +0200)
parser.c

index 61428bd..19347bd 100644 (file)
--- a/parser.c
+++ b/parser.c
@@ -5348,8 +5348,6 @@ static void parse_external_declaration(void)
        if (ndeclaration != entity) {
                function->parameters = ndeclaration->function.parameters;
        }
-       assert(is_declaration(entity));
-       type = skip_typeref(entity->declaration.type);
 
        PUSH_SCOPE(&function->parameters);