Remove an unused variable: mbresult.

This commit is contained in:
tjr 2003-01-07 06:20:47 +00:00
parent 2785027057
commit cce4ee0815

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