From: Florian Forster Date: Thu, 4 Oct 2007 13:09:24 +0000 (+0200) Subject: rrdtool plugin: Removed unused variables. X-Git-Tag: collectd-4.1.3~13 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=505979b924801e0ac493d89cfc2996360a860750;p=collectd.git rrdtool plugin: Removed unused variables. --- diff --git a/src/rrdtool.c b/src/rrdtool.c index 14087c92..e24aff95 100644 --- 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))