From 9d3358012a48fa4b617ee78de8b2fcf01ee8d5d5 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 18 Jan 2011 15:04:16 +0100 Subject: [PATCH] Remove pointless variable initialization --- src/rfkill.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rfkill.c b/src/rfkill.c index ba6da45..523c7e7 100644 --- a/src/rfkill.c +++ b/src/rfkill.c @@ -76,11 +76,11 @@ static enum connman_service_type convert_type(uint8_t type) static GIOStatus rfkill_process(GIOChannel *chan) { - GIOStatus status = G_IO_STATUS_NORMAL; unsigned char buf[32]; struct rfkill_event *event = (void *) buf; enum connman_service_type type; gsize len; + GIOStatus status; DBG(""); -- 2.7.4