Removed TODO comment

This commit is contained in:
leiradel 2017-12-07 23:51:15 +00:00
parent bf8f7b444b
commit c53d3d35b8

View File

@ -1858,7 +1858,6 @@ static int cheevos_expr_value(cheevos_expr_t* expr)
unsigned i;
/* Separate possible values with '$' operator, submit the largest */
unsigned current_value = 0;
/* TODO/FIXME - variable length forbidden in C89 - rewrite this! */
int values[16];
if (expr->compare_count >= sizeof(values) / sizeof(values[0]))