summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/vswprintf.c
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2003-01-07 06:20:47 +0000
committertjr <tjr@FreeBSD.org>2003-01-07 06:20:47 +0000
commitcce4ee081526f0c5f4c4a92bb8433cccba6cff84 (patch)
tree62839cbcba13b05f20a3b44eda5ab695ba6b68e3 /lib/libc/stdio/vswprintf.c
parent278502705708a62034bb000c9b9fcb55fef1dfa4 (diff)
downloadFreeBSD-src-cce4ee081526f0c5f4c4a92bb8433cccba6cff84.zip
FreeBSD-src-cce4ee081526f0c5f4c4a92bb8433cccba6cff84.tar.gz
Remove an unused variable: mbresult.
Diffstat (limited to 'lib/libc/stdio/vswprintf.c')
-rw-r--r--lib/libc/stdio/vswprintf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libc/stdio/vswprintf.c b/lib/libc/stdio/vswprintf.c
index 3ea1b4c..44e7fc9 100644
--- a/lib/libc/stdio/vswprintf.c
+++ b/lib/libc/stdio/vswprintf.c
@@ -47,7 +47,6 @@ vswprintf(wchar_t * __restrict s, size_t n, const wchar_t * __restrict fmt,
struct __sFILEX ext;
mbstate_t mbs;
char *mbp;
- size_t mbresult;
int ret, sverrno;
if (n == 0) {
OpenPOWER on IntegriCloud