diff options
Diffstat (limited to 'src/regex.c')
-rw-r--r-- | src/regex.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/regex.c b/src/regex.c index 4d819c8..948a77c 100644 --- a/src/regex.c +++ b/src/regex.c @@ -116,8 +116,6 @@ static void regex_regex(t_regex *x, t_symbol*s, int argc, t_atom*argv) #ifdef HAVE_REGEX_H char*result=0; int length=0; - t_atom*ap=argv; - int i=argc; int flags = 0; flags |= REG_EXTENDED; |