Remove unnecessary assignment.
authorChristoph Mallon <christoph.mallon@gmx.de>
Fri, 6 Feb 2009 12:23:18 +0000 (12:23 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Fri, 6 Feb 2009 12:23:18 +0000 (12:23 +0000)
[r25443]

parser.c

index bf4a0f4..3b67e2e 100644 (file)
--- a/parser.c
+++ b/parser.c
@@ -5572,7 +5572,6 @@ decl_list_end:
                }
 
                semantic_parameter_incomplete(parameter);
-               parameter_type = parameter->declaration.type;
 
                /*
                 * we need the default promoted types for the function type