From 494ce09c49305d2376189d1ed14ce0f11ae0254c Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Tue, 29 Jun 2010 14:44:20 -0500 Subject: [PATCH] huawei: cleanup warnings from the previous patch --- plugins/huawei.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/huawei.c b/plugins/huawei.c index ae0139a..7c8703e 100644 --- a/plugins/huawei.c +++ b/plugins/huawei.c @@ -201,7 +201,6 @@ static GAtChat *create_port(const char *device) static GAtChat *open_device(struct ofono_modem *modem, const char *key, char *debug) { - struct huawei_data *data = ofono_modem_get_data(modem); const char *device; GAtChat *chat; @@ -254,7 +253,6 @@ static void huawei_disconnect(gpointer user_data) static int huawei_enable(struct ofono_modem *modem) { struct huawei_data *data = ofono_modem_get_data(modem); - const char *modem_device, *pcui_device; DBG("%p", modem); -- 2.7.4