diff options
author | Jim Meyering <jim@meyering.net> | 1997-12-06 08:27:25 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-12-06 08:27:25 +0000 |
commit | d91c95fda0a4bed142e03cadae3c178479354e06 (patch) | |
tree | cf30487c6783bd0e04e72c457116b2ec6ab4fe60 /lib | |
parent | 8f1aea2bc0573bf819485956705d33a4b8b4550f (diff) | |
download | coreutils-d91c95fda0a4bed142e03cadae3c178479354e06.tar.xz |
(re_compile_fastmap): Remove dcl of unused num_regs.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/regex.c | 2 |
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; |