summaryrefslogtreecommitdiff
path: root/lib/libc/locale/multibyte_citrus.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/locale/multibyte_citrus.c')
-rw-r--r--lib/libc/locale/multibyte_citrus.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/locale/multibyte_citrus.c b/lib/libc/locale/multibyte_citrus.c
index 3352c7bdbc2..7cdf6090485 100644
--- a/lib/libc/locale/multibyte_citrus.c
+++ b/lib/libc/locale/multibyte_citrus.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: multibyte_citrus.c,v 1.2 2012/06/06 16:58:02 matthew Exp $ */
+/* $OpenBSD: multibyte_citrus.c,v 1.3 2012/08/14 08:47:58 chl Exp $ */
/* $NetBSD: multibyte_amd1.c,v 1.7 2009/01/11 02:46:28 christos Exp $ */
/*-
@@ -69,7 +69,6 @@ size_t
mbsrtowcs(wchar_t *dst, const char **src, size_t len, mbstate_t *ps)
{
static mbstate_t mbs;
- struct _citrus_ctype_rec *cc;
if (ps == NULL)
ps = &mbs;