diff options
author | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-10-22 14:40:55 +0000 |
---|---|---|
committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1995-10-22 14:40:55 +0000 |
commit | 16252f116697edcd02a34a34cc845159abe0a1d3 (patch) | |
tree | eb60ca86fc2622af5ffd7ae5694e06d06ec0db44 /lib/libc/regex/regerror.c | |
parent | e2a4bdf63c7b90a3468e3ea56056a357876d697f (diff) | |
download | src-16252f116697edcd02a34a34cc845159abe0a1d3.tar.gz src-16252f116697edcd02a34a34cc845159abe0a1d3.zip |
More cleanup.
Uhm, I also forgot: I took "EXTRA_SANITY" out of malloc.c
Notes
Notes:
svn path=/head/; revision=11664
Diffstat (limited to 'lib/libc/regex/regerror.c')
-rw-r--r-- | lib/libc/regex/regerror.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/libc/regex/regerror.c b/lib/libc/regex/regerror.c index 2d2160ac1126..212f709cf73f 100644 --- a/lib/libc/regex/regerror.c +++ b/lib/libc/regex/regerror.c @@ -166,8 +166,6 @@ const regex_t *preg; char *localbuf; { register struct rerr *r; - register size_t siz; - register char *p; for (r = rerrs; r->code != 0; r++) if (strcmp(r->name, preg->re_endp) == 0) |