aboutsummaryrefslogtreecommitdiffstats
path: root/src/sim/card_fs_usim.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sim/card_fs_usim.c')
-rw-r--r--src/sim/card_fs_usim.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/sim/card_fs_usim.c b/src/sim/card_fs_usim.c
index 97f712ac..d5d27364 100644
--- a/src/sim/card_fs_usim.c
+++ b/src/sim/card_fs_usim.c
@@ -345,14 +345,5 @@ struct osim_card_app_profile *osim_aprof_usim(void *ctx)
/* OMA BCAST Smart Card Profile */
add_df_with_ef(uadf, 0x5F80, "DF.BCAST", NULL, 0);
-#if 0
- /* DF.GSM as sub-directory of MF */
- rc = osim_int_cprof_add_gsm(mf);
- if (rc != 0) {
- talloc_free(cprof);
- return NULL;
- }
-#endif
-
return aprof;
}