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:
parent
0b4b7b65ed
commit
16fdde11b7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=108867
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user