mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
Removed TODO comment
This commit is contained in:
parent
bf8f7b444b
commit
c53d3d35b8
@ -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]))
|
||||
|
Loading…
x
Reference in New Issue
Block a user