From: Maksym Sobolyev Date: Wed, 24 Dec 2014 18:28:45 +0000 (-0800) Subject: Kill unused variable. X-Git-Tag: v1.5.0-rc1~6^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F538%2Fhead;p=thirdparty%2Frrdtool-1.x.git Kill unused variable. --- diff --git a/src/rrd_update.c b/src/rrd_update.c index b5952b81..e389ced2 100644 --- a/src/rrd_update.c +++ b/src/rrd_update.c @@ -1357,7 +1357,7 @@ static int update_pdp_prep( { unsigned long ds_idx; int ii; - double rate, newval, oldval, tmp; + double rate, newval, oldval; enum dst_en dst_idx; for (ds_idx = 0; ds_idx < rrd->stat_head->ds_cnt; ds_idx++) {