aboutsummaryrefslogtreecommitdiff
path: root/src/regex.c
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-01-23 17:56:42 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2006-01-23 17:56:42 +0000
commitb614183d637d97b51c82f700039152a1166c6077 (patch)
tree3122e21bd818219c2613654d5c37849cef21cfdd /src/regex.c
parentc9e58457bb14a6441ed887e0604040994100408d (diff)
cleaned up code so we get hardly any warnings when compiling with "-Wall"
svn path=/trunk/externals/zexy/; revision=4473
Diffstat (limited to 'src/regex.c')
-rw-r--r--src/regex.c2
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;