removed yet unused asm_string
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 12 Sep 2008 11:23:04 +0000 (11:23 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Fri, 12 Sep 2008 11:23:04 +0000 (11:23 +0000)
[r21895]

parser.c

index 847478b..98ae3f3 100644 (file)
--- a/parser.c
+++ b/parser.c
@@ -1807,7 +1807,7 @@ static decl_modifiers_t parse_attributes(gnu_attribute_t **attributes)
                                eat_until_matching_token('(');
                                break;
                        } else {
-                               string_t asm_string = parse_string_literals();
+                               parse_string_literals();
                        }
                        expect(')');
                        continue;