remove duplicated local variable declaration

parent d10e304d
......@@ -427,9 +427,6 @@ main(int argc, char **argv)
ai = mrb_gc_arena_save(mrb);
while (TRUE) {
#ifdef ENABLE_READLINE
char* line;
#endif
char *utf8;
if (args.rfp) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment