Module Name: src
Committed By: htodd
Date: Sat Nov 15 19:15:51 UTC 2014
Modified Files:
src/distrib/utils/libhack: multibyte.c
Log Message:
Remove unused variable.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/distrib/utils/libhack/multibyte.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/utils/libhack/multibyte.c
diff -u src/distrib/utils/libhack/multibyte.c:1.6 src/distrib/utils/libhack/multibyte.c:1.7
--- src/distrib/utils/libhack/multibyte.c:1.6 Sat Nov 15 17:49:19 2014
+++ src/distrib/utils/libhack/multibyte.c Sat Nov 15 19:15:51 2014
@@ -1,4 +1,4 @@
-/* $NetBSD: multibyte.c,v 1.6 2014/11/15 17:49:19 christos Exp $ */
+/* $NetBSD: multibyte.c,v 1.7 2014/11/15 19:15:51 htodd Exp $ */
/*
* Ignore all multibyte sequences, removes all the citrus code.
@@ -12,8 +12,6 @@
size_t
mbrtowc(wchar_t *wc, const char *str, size_t max_sz, mbstate_t *ps)
{
- wchar_t c;
-
if (str == NULL)
return 0;