Remove stale TODO.
authorChristoph Mallon <christoph.mallon@gmx.de>
Thu, 26 Apr 2012 11:33:03 +0000 (13:33 +0200)
committerChristoph Mallon <christoph.mallon@gmx.de>
Thu, 26 Apr 2012 13:19:18 +0000 (15:19 +0200)
parser.c

index 35762b9..241e694 100644 (file)
--- a/parser.c
+++ b/parser.c
@@ -1136,11 +1136,7 @@ static attribute_argument_t *parse_attribute_arguments(void)
                anchor  = &argument->next;
        } while (next_if(','));
        expect(')', end_error);
-
-       return first;
-
 end_error:
-       /* TODO... */
        return first;
 }