From 505979b924801e0ac493d89cfc2996360a860750 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Thu, 4 Oct 2007 15:09:24 +0200 Subject: [PATCH] rrdtool plugin: Removed unused variables. --- src/rrdtool.c | 1 - 1 file changed, 1 deletion(-) 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)) -- 2.11.0