summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/utf8.c
diff options
context:
space:
mode:
authornectar <nectar@FreeBSD.org>2003-02-18 13:39:52 +0000
committernectar <nectar@FreeBSD.org>2003-02-18 13:39:52 +0000
commite369901c4d167440aa02ef1987950bb77fba23c1 (patch)
tree4afd9096ca162a7605b911ec3ce13112b78ae4c2 /lib/libc/locale/utf8.c
parent6082d8705b68f88bdc0970a55dc6d70b772c9655 (diff)
downloadFreeBSD-src-e369901c4d167440aa02ef1987950bb77fba23c1.zip
FreeBSD-src-e369901c4d167440aa02ef1987950bb77fba23c1.tar.gz
Whack 28 unused variables.
Diffstat (limited to 'lib/libc/locale/utf8.c')
-rw-r--r--lib/libc/locale/utf8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/locale/utf8.c b/lib/libc/locale/utf8.c
index 590bd43..c22d3d6 100644
--- a/lib/libc/locale/utf8.c
+++ b/lib/libc/locale/utf8.c
@@ -50,7 +50,7 @@ _UTF8_init(_RuneLocale *rl)
rune_t
_UTF8_sgetrune(const char *string, size_t n, const char **result)
{
- int ch, len, mask, siglen;
+ int ch, len, mask;
rune_t lbound, wch;
if (n < 1) {
OpenPOWER on IntegriCloud