edwadli / note-hashtag

3 stars 0 forks source link

lib: Unused variable in list Size function #140

Closed kevin1 closed 8 years ago

kevin1 commented 8 years ago

it eventually generates this code. item is unused var.

for (double item : l) [&] () -> unit_t {
    i = (i) + (1);
    return LIT_UNIT;
} ();