(re_compile_fastmap): Remove dcl of unused num_regs.
authorJim Meyering <jim@meyering.net>
Sat, 6 Dec 1997 08:27:25 +0000 (08:27 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 6 Dec 1997 08:27:25 +0000 (08:27 +0000)
lib/regex.c

index 202eef6..e031cb8 100644 (file)
@@ -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;