diff options
-rw-r--r-- | lib/xwrap.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/xwrap.c b/lib/xwrap.c index 86905350..5e64007f 100644 --- a/lib/xwrap.c +++ b/lib/xwrap.c @@ -159,8 +159,6 @@ void xprintf(char *format, ...) // Put string with length (does not append newline) void xputsl(char *s, int len) { - int out; - xflush(0); xwrite(0, s, len); } |