summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2016-04-27 11:14:59 -0500
committerDenis Kenzior <denkenz@gmail.com>2016-04-27 11:14:59 -0500
commit29ff4dc2e49ada83989058f6398eda96a68680d9 (patch)
treed7060ddc5242b4112b8b1f15f2528eb226172469
parent6be11e19be6b37b06cbff8e2c31da9868369cd9c (diff)
downloadofono-29ff4dc2e49ada83989058f6398eda96a68680d9.tar.gz
rilmodem: Remove no longer relevant TODO
-rw-r--r--drivers/rilmodem/sim.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/rilmodem/sim.c b/drivers/rilmodem/sim.c
index f512c5dd..4ae2e400 100644
--- a/drivers/rilmodem/sim.c
+++ b/drivers/rilmodem/sim.c
@@ -1485,17 +1485,6 @@ static struct ofono_sim_driver driver = {
.change_passwd = ril_change_passwd,
.lock = ril_pin_change_state,
.query_facility_lock = ril_query_facility_lock,
-/*
- * TODO: Implmenting PIN/PUK support requires defining
- * the following driver methods.
- *
- * In the meanwhile, as long as the SIM card is present,
- * and unlocked, the core SIM code will check for the
- * presence of query_passwd_state, and if null, then the
- * function sim_initialize_after_pin() is called.
- *
- * .query_locked = ril_pin_query_enabled,
- */
};
void ril_sim_init(void)