summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/none.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-10-22 14:38:48 +0000
committerphk <phk@FreeBSD.org>1995-10-22 14:38:48 +0000
commit8c71abfa80ba24879db77bd17adac5bc08d55b08 (patch)
treeb55fce6bb72be2c98a3293095b4f9b15b2e4592a /lib/libc/locale/none.c
parent5e221828f83731c9f6083e6ce9703c1251dba05a (diff)
downloadFreeBSD-src-8c71abfa80ba24879db77bd17adac5bc08d55b08.zip
FreeBSD-src-8c71abfa80ba24879db77bd17adac5bc08d55b08.tar.gz
As above.
Oh I also put in a couple of compile-time warnings for the crypt stuff.
Diffstat (limited to 'lib/libc/locale/none.c')
-rw-r--r--lib/libc/locale/none.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libc/locale/none.c b/lib/libc/locale/none.c
index b5d8e44..41f70ae 100644
--- a/lib/libc/locale/none.c
+++ b/lib/libc/locale/none.c
@@ -64,8 +64,6 @@ _none_sgetrune(string, n, result)
size_t n;
char const **result;
{
- int c;
-
if (n < 1) {
if (result)
*result = string;
OpenPOWER on IntegriCloud