Removed dead code

This commit is contained in:
Frank Morgner 2015-09-17 21:22:08 +02:00
parent c22ffd95bf
commit 5902587889
1 changed files with 0 additions and 10 deletions

View File

@ -760,16 +760,6 @@ cosm_store_key(struct sc_profile *profile, struct sc_pkcs15_card *p15card,
}
static int
cosm_emu_update_dir (struct sc_profile *profile, struct sc_pkcs15_card *p15card,
struct sc_app_info *info)
{
SC_FUNC_CALLED(p15card->card->ctx, 1);
/* No DIR file in the native Oberthur card */
SC_FUNC_RETURN(p15card->card->ctx, 1, SC_SUCCESS);
}
static int
cosm_emu_update_any_df(struct sc_profile *profile, struct sc_pkcs15_card *p15card,
unsigned op, struct sc_pkcs15_object *object)