summaryrefslogtreecommitdiffstats
path: root/gril/grilrequest.c
diff options
context:
space:
mode:
Diffstat (limited to 'gril/grilrequest.c')
-rw-r--r--gril/grilrequest.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/gril/grilrequest.c b/gril/grilrequest.c
index 3571c6ba..a0a0540b 100644
--- a/gril/grilrequest.c
+++ b/gril/grilrequest.c
@@ -75,7 +75,6 @@
#define ROOTMF_SZ sizeof(ROOTMF)
/* RIL_Request* parameter counts */
-#define GET_IMSI_NUM_PARAMS 1
#define ENTER_SIM_PIN_PARAMS 2
#define SET_FACILITY_LOCK_PARAMS 5
#define ENTER_SIM_PUK_PARAMS 3
@@ -598,17 +597,6 @@ error:
return FALSE;
}
-void g_ril_request_read_imsi(GRil *gril,
- const gchar *aid_str,
- struct parcel *rilp)
-{
- parcel_init(rilp);
- parcel_w_int32(rilp, GET_IMSI_NUM_PARAMS);
- parcel_w_string(rilp, aid_str);
-
- g_ril_append_print_buf(gril, "(%d,%s)", GET_IMSI_NUM_PARAMS, aid_str);
-}
-
void g_ril_request_pin_send(GRil *gril,
const char *passwd,
const gchar *aid_str,