projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f470854
)
(re_compile_fastmap): Remove dcl of unused num_regs.
author
Jim Meyering
<jim@meyering.net>
Sat, 6 Dec 1997 08:27:25 +0000
(08:27 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sat, 6 Dec 1997 08:27:25 +0000
(08:27 +0000)
lib/regex.c
patch
|
blob
|
history
diff --git
a/lib/regex.c
b/lib/regex.c
index 202eef6801bc38cbeb820f861b8ad527c2970a50..e031cb8850118a290223d30f8a8324bfd5dc8baf 100644
(file)
--- 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;