summaryrefslogtreecommitdiffstats
path: root/src/sim.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sim.c')
-rw-r--r--src/sim.c2
1 files changed, 0 insertions, 2 deletions
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)