From a30650d2cee26b4d21c7ac8c4b8cedb7b89c5663 Mon Sep 17 00:00:00 2001 From: Arun Raghavan Date: Tue, 22 Apr 2014 13:05:18 +0530 Subject: [PATCH] gconf: Remove unused variable --- src/modules/gconf/module-gconf.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/gconf/module-gconf.c b/src/modules/gconf/module-gconf.c index 38857461..d791b007 100644 --- a/src/modules/gconf/module-gconf.c +++ b/src/modules/gconf/module-gconf.c @@ -284,7 +284,6 @@ static int handle_event(struct userdata *u) { case '-': { char *name; - struct module_info *m; if (!(name = read_string(u))) goto fail; -- 2.39.2