summaryrefslogtreecommitdiffstats
path: root/lib/libc/regex/regcomp.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-10-22 14:40:55 +0000
committerphk <phk@FreeBSD.org>1995-10-22 14:40:55 +0000
commitd996d1a01d530ae0c2ed5cfd8b4d34e3dad852cb (patch)
treeeb60ca86fc2622af5ffd7ae5694e06d06ec0db44 /lib/libc/regex/regcomp.c
parentfb40053e20fccf189954c68620900d9a7118400c (diff)
downloadFreeBSD-src-d996d1a01d530ae0c2ed5cfd8b4d34e3dad852cb.zip
FreeBSD-src-d996d1a01d530ae0c2ed5cfd8b4d34e3dad852cb.tar.gz
More cleanup.
Uhm, I also forgot: I took "EXTRA_SANITY" out of malloc.c
Diffstat (limited to 'lib/libc/regex/regcomp.c')
-rw-r--r--lib/libc/regex/regcomp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libc/regex/regcomp.c b/lib/libc/regex/regcomp.c
index feb24ec..74c8d19 100644
--- a/lib/libc/regex/regcomp.c
+++ b/lib/libc/regex/regcomp.c
@@ -673,7 +673,6 @@ static void
p_bracket(p)
register struct parse *p;
{
- register char c;
register cset *cs = allocset(p);
register int invert = 0;
@@ -889,7 +888,6 @@ int endc; /* name ended by endc,']' */
register char *sp = p->next;
register struct cname *cp;
register int len;
- register char c;
while (MORE() && !SEETWO(endc, ']'))
NEXT();
OpenPOWER on IntegriCloud