1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

Remove an unused variable: mbresult.

This commit is contained in:
Tim J. Robbins 2003-01-07 06:20:47 +00:00
parent 0b4b7b65ed
commit 16fdde11b7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=108867

View File

@ -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) {