diff --git a/src/libopensc/pkcs15-syn.c b/src/libopensc/pkcs15-syn.c index b66f7ea2..58a2e378 100644 --- a/src/libopensc/pkcs15-syn.c +++ b/src/libopensc/pkcs15-syn.c @@ -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;