From 683cee1c1c8f0f26df02c5c94a1076db89ac4f1e Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Mon, 13 Jul 2009 22:28:50 -0500 Subject: Fix unused variable warning --- src/sim.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/sim.c b/src/sim.c index 3df862b9..5e6055ee 100644 --- a/src/sim.c +++ b/src/sim.c @@ -314,7 +314,6 @@ static void sim_msisdn_read_cb(const struct ofono_error *error, struct ofono_phone_number *ph; int number_len; int ton_npi; - int i, digit; if (error->type != OFONO_ERROR_TYPE_NO_ERROR) goto skip; @@ -454,7 +453,6 @@ static void sim_spdi_read_cb(const struct ofono_error *error, struct ofono_modem *modem = data; struct sim_manager_data *sim = modem->sim_manager; const guint8 *plmn_list; - struct spdi_operator *spdi; GSList *l; if (error->type != OFONO_ERROR_TYPE_NO_ERROR || length <= 5) -- cgit v1.2.3