gconf: Remove unused variable

This commit is contained in:
Arun Raghavan 2014-04-22 13:05:18 +05:30 committed by Tanu Kaskinen
parent cd2db42a6a
commit a30650d2ce

View file

@ -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;