summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ac9cdb5)
raw | patch | inline | side by side (parent: ac9cdb5)
author | Florian Forster <octo@huhu.verplant.org> | |
Thu, 4 Oct 2007 13:09:24 +0000 (15:09 +0200) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Thu, 4 Oct 2007 13:09:24 +0000 (15:09 +0200) |
src/rrdtool.c | patch | blob | history |
diff --git a/src/rrdtool.c b/src/rrdtool.c
index 14087c92deff23d023145404ee0bcdb96b14b089..e24aff95aaea18a8310c63524ecf2ee87088159c 100644 (file)
--- a/src/rrdtool.c
+++ b/src/rrdtool.c
@@ -476,7 +476,6 @@ static int rrd_create_file (char *filename, const data_set_t *ds, const value_li
int rra_num;
char **ds_def;
int ds_num;
- int i, j;
int status = 0;
if (check_create_dir (filename))