aboutsummaryrefslogtreecommitdiff
path: root/modules/devices.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/devices.c')
-rw-r--r--modules/devices.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/devices.c b/modules/devices.c
index 0c49926f..8bf24d46 100644
--- a/modules/devices.c
+++ b/modules/devices.c
@@ -292,7 +292,6 @@ gchar *get_storage_devices_simple(void)
struct InfoGroup *group;
struct InfoField *field;
gchar *storage_devs = NULL, *tmp;
- const gchar *dev_label, *model_wo_tags;
GRegex *regex;
regex = g_regex_new ("<.*>", 0, 0, NULL);