Remove stale (since r21011) comment.
authorChristoph Mallon <christoph.mallon@gmx.de>
Sun, 19 Oct 2008 17:30:24 +0000 (17:30 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Sun, 19 Oct 2008 17:30:24 +0000 (17:30 +0000)
[r23016]

parser.c

index 4b4c914..fa85c3c 100644 (file)
--- a/parser.c
+++ b/parser.c
@@ -7388,8 +7388,6 @@ static expression_t *parse_conditional_expression(unsigned precedence,
                        result_type = type_error_type;
                }
        } else {
-               /* TODO: one pointer to void*, other some pointer */
-
                if (is_type_valid(true_type) && is_type_valid(false_type)) {
                        type_error_incompatible("while parsing conditional",
                                                &conditional->base.source_position, true_type,