summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Longeau <chl@cvs.openbsd.org>2012-08-14 08:47:59 +0000
committerCharles Longeau <chl@cvs.openbsd.org>2012-08-14 08:47:59 +0000
commit6b15025c51247b9d5350d90155236e0f11f02614 (patch)
tree27fc801fb1952a7fbbba3bd23662fe2ac481c833
parent080f2332adb566a0e80956c14a3951edf11367ac (diff)
remove unused variable
ok matthew@
-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;