diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2003-01-07 06:20:47 +0000 | 
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2003-01-07 06:20:47 +0000 | 
| commit | 16fdde11b75054af02e9f7fa9fdc8693f6186b2b (patch) | |
| tree | 62839cbcba13b05f20a3b44eda5ab695ba6b68e3 /lib/libc/stdio/vswprintf.c | |
| parent | 0b4b7b65edab8d51ebed931901f58d95943dc132 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdio/vswprintf.c')
| -rw-r--r-- | lib/libc/stdio/vswprintf.c | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libc/stdio/vswprintf.c b/lib/libc/stdio/vswprintf.c index 3ea1b4ca781c..44e7fc922477 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) {  | 
