PKCS#15-emu: remove dead code

git-svn-id: https://www.opensc-project.org/svnp/opensc/branches/martin/0.12@3727 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
martin 2009-09-14 09:08:16 +00:00
parent cd5aff8ea0
commit 1aed8cdec4
1 changed files with 0 additions and 13 deletions

View File

@ -185,15 +185,6 @@ out: if (r == SC_SUCCESS) {
return r;
}
static int emu_detect_card(sc_card_t *card, const scconf_block *blk, int *force)
{
int ret = 0;
/* TBD */
return ret;
}
static int parse_emu_block(sc_pkcs15_card_t *p15card, scconf_block *conf)
{
sc_card_t *card = p15card->card;
@ -207,10 +198,6 @@ static int parse_emu_block(sc_pkcs15_card_t *p15card, scconf_block *conf)
driver = conf->name->data;
r = emu_detect_card(card, conf, &force);
if (r < 0)
return SC_ERROR_INTERNAL;
init_func = NULL;
init_func_ex = NULL;