From: Jean-Philippe Orsini Date: Tue, 7 Jun 2016 15:38:47 +0000 (+0200) Subject: removed useless local var X-Git-Tag: v1.2.0~35 X-Git-Url: https://git.wpitchoune.net/gitweb/?p=psensor.git;a=commitdiff_plain;h=1c7503e149474b932227ada44ca82df07be2d696 removed useless local var --- diff --git a/src/main.c b/src/main.c index 55209df..09dd18c 100644 --- a/src/main.c +++ b/src/main.c @@ -227,7 +227,7 @@ associate_cb_alarm_raised(struct psensor **sensors, struct ui_psensor *ui) { bool ret; struct psensor *s; - double d, high_temp; + double high_temp; high_temp = config_get_default_high_threshold_temperature();