mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
remove duplicated local variable declaration
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user