aboutsummaryrefslogtreecommitdiffstats
path: root/lib/regex.c
diff options
context:
space:
mode:
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;