X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fregex.c;h=e031cb8850118a290223d30f8a8324bfd5dc8baf;hb=a19e601b42a86b59b4af13aa9f960397f5306c38;hp=202eef6801bc38cbeb820f861b8ad527c2970a50;hpb=a44bdcc83842ef61ca95c2f3ec9906dda020f7e2;p=gnulib.git 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;