mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
mruby-io (io_s_popen): remove fflush(stdin)
Flushing input I/O should be useless.
This commit is contained in:
@@ -522,8 +522,6 @@ io_s_popen(mrb_state *mrb, mrb_value klass)
|
||||
}
|
||||
|
||||
if (!doexec) {
|
||||
// XXX
|
||||
fflush(stdin);
|
||||
fflush(stdout);
|
||||
fflush(stderr);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user