diff options
author | bartpolot <bartpolot@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-12-19 19:32:23 +0000 |
---|---|---|
committer | bartpolot <bartpolot@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-12-19 19:32:23 +0000 |
commit | b72c720b53b4f65f9155c19e849b1c9e26d90108 (patch) | |
tree | cd9e43badffce6ef251277a65f3f5a982905bdaf | |
parent | 06677babacf04ee61a8624a9bad51664ba0296f8 (diff) |
- remove unused variables
git-svn-id: https://gnunet.org/svn/gnunet@25565 140774ce-b5e7-0310-ab8b-a85725594a96
-rw-r--r-- | src/regex/perf-regex.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/regex/perf-regex.c b/src/regex/perf-regex.c index 4b52423249..45642db4ca 100644 --- a/src/regex/perf-regex.c +++ b/src/regex/perf-regex.c @@ -51,8 +51,6 @@ main (int argc, char *const *argv) char **regexes; char *buffer; char *regex; - unsigned int nr; - unsigned int i; int compression; long size; |