From 84d9142f58bdeaee37a73d3cb7366272e63c799b Mon Sep 17 00:00:00 2001 From: Jacques Vidrine Date: Tue, 6 Jan 2004 18:26:15 +0000 Subject: Remove unused variables and function declarations. Add missing headers. --- lib/libc/stdio/vfwprintf.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/libc/stdio/vfwprintf.c') diff --git a/lib/libc/stdio/vfwprintf.c b/lib/libc/stdio/vfwprintf.c index a6792883eafd4..f069bae155b02 100644 --- a/lib/libc/stdio/vfwprintf.c +++ b/lib/libc/stdio/vfwprintf.c @@ -166,8 +166,7 @@ __xfputwc(wchar_t wc, FILE *fp) char buf[MB_LEN_MAX]; struct __suio uio; struct __siov iov; - size_t i, len; - int ret; + size_t len; if ((fp->_flags & __SSTR) == 0) return (__fputwc(wc, fp)); -- cgit v1.2.3