diff options
Diffstat (limited to 're.c')
-rw-r--r-- | re.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -635,8 +635,6 @@ add_char(char **bufp, size_t *lenp, char ch, char **ptr) static char * expand_range(char *s, size_t *lenp) { - int i; - int found = FALSE; char *sp, *sp2, *newbuf; size_t len; int count = 0; |