From e04ce13e65ca289d3ee47a3dc3dcd04b647eab78 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Wed, 19 Aug 2020 11:27:11 -0700 Subject: xputsl: remove unused variable. --- lib/xwrap.c | 2 -- 1 file changed, 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); } -- cgit v1.2.3