summaryrefslogtreecommitdiff
path: root/lib/regex.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-12-06 08:27:25 +0000
committerJim Meyering <jim@meyering.net>1997-12-06 08:27:25 +0000
commitd91c95fda0a4bed142e03cadae3c178479354e06 (patch)
treecf30487c6783bd0e04e72c457116b2ec6ab4fe60 /lib/regex.c
parent8f1aea2bc0573bf819485956705d33a4b8b4550f (diff)
downloadcoreutils-d91c95fda0a4bed142e03cadae3c178479354e06.tar.xz
(re_compile_fastmap): Remove dcl of unused num_regs.
Diffstat (limited to 'lib/regex.c')
-rw-r--r--lib/regex.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/regex.c b/lib/regex.c
index 202eef680..e031cb885 100644
--- a/lib/regex.c
+++ b/lib/regex.c
@@ -3082,8 +3082,6 @@ re_compile_fastmap (bufp)
#ifndef REGEX_MALLOC
char *destination;
#endif
- /* We don't push any register information onto the failure stack. */
- unsigned num_regs = 0;
register char *fastmap = bufp->fastmap;
unsigned char *pattern = bufp->buffer;