Clean up tty_flush()

This commit is contained in:
Martin Lund 2022-07-22 00:45:30 +02:00
parent 443e07ef8a
commit 0cdd69940f

View file

@ -170,7 +170,6 @@ void tty_flush(int fd)
// Reset
tty_buffer_write_ptr = tty_buffer;
tty_buffer_count = 0;
fsync(fd);
}
ssize_t tty_write(int fd, const void *buffer, size_t count)