diff options
-rw-r--r-- | serial/manager.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/serial/manager.c b/serial/manager.c index 7a489c7f..bb46d35c 100644 --- a/serial/manager.c +++ b/serial/manager.c @@ -1100,8 +1100,6 @@ static GIOError channel_write(GIOChannel *chan, char *buf, size_t size) wbytes += written; } - g_io_channel_flush(chan, NULL); - return err; } |