summaryrefslogtreecommitdiff
path: root/plugins/libsensors/libsensors-plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/libsensors/libsensors-plugin.c')
-rw-r--r--plugins/libsensors/libsensors-plugin.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/libsensors/libsensors-plugin.c b/plugins/libsensors/libsensors-plugin.c
index 2dd18ae..09d0d96 100644
--- a/plugins/libsensors/libsensors-plugin.c
+++ b/plugins/libsensors/libsensors-plugin.c
@@ -402,7 +402,6 @@ static gdouble libsensors_plugin_get_sensor_value(const gchar *path,
if (regexec (&uri_re, path, 3, m, 0) == 0) {
const sensors_chip_name *found_chip;
int feature;
- int i;
if ((found_chip = g_hash_table_lookup(hash_table, path)) != NULL) {
gdouble value;