1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-06-27 20:47:24 +02:00

remove dcl of unused local, num_regs

This commit is contained in:
Jim Meyering
1998-03-27 22:29:05 +00:00
parent 5c0ee776d4
commit e52d8736b1
+2 -4
View File
@@ -1201,8 +1201,8 @@ typedef struct
if we ever fail back to it.
Requires variables fail_stack, regstart, regend, reg_info, and
num_regs be declared. DOUBLE_FAIL_STACK requires `destination' be
declared.
num_regs_pushed be declared. DOUBLE_FAIL_STACK requires `destination'
be declared.
Does `return FAILURE_CODE' if runs out of memory. */
@@ -3092,8 +3092,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;