changeset 1152:41dd0648642e

(re_compile_fastmap): Remove dcl of unused num_regs.
author Jim Meyering <jim@meyering.net>
date Sat, 06 Dec 1997 08:27:25 +0000
parents 7989f4cf59f5
children 7892209ad2ed
files lib/regex.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lib/regex.c
+++ b/lib/regex.c
@@ -3082,8 +3082,6 @@
 #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;