Skip to content

Commit

Permalink
remove unnecessary assignment; ref #2301
Browse files Browse the repository at this point in the history
  • Loading branch information
matz committed May 21, 2014
1 parent 3fa1935 commit 79a6574
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dump.c
Expand Up @@ -536,7 +536,6 @@ get_filename_table_size(mrb_state *mrb, mrb_irep *irep, mrb_sym **fp, uint16_t *
}
for (i=0; i<irep->rlen; i++) {
size += get_filename_table_size(mrb, irep->reps[i], fp, lp);
filenames = *fp;
}
return size;
}
Expand Down

0 comments on commit 79a6574

Please sign in to comment.