summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2011-01-25 16:32:52 +0200
committerAlon Levy <alevy@redhat.com>2011-01-25 16:32:52 +0200
commit6e8f50e67b0df976aef2acf5d75d1ae592abea2d (patch)
tree67a53b3e03b89514679f1e40733893774643bd9d
parent325c5048dca29fd0c645de9d5a4b600cffa999a8 (diff)
libcacard: remove unused variable
-rw-r--r--vcard_emul_nss.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/vcard_emul_nss.c b/vcard_emul_nss.c
index 33404c2..3cb2b4e 100644
--- a/vcard_emul_nss.c
+++ b/vcard_emul_nss.c
@@ -882,9 +882,7 @@ vcard_emul_init(const VCardEmulOptions *options)
has_emul_slots = PR_TRUE;
if (PK11_IsPresent(slot)) {
- VCardEmulType type;
VCard *vcard;
- type = vcard_emul_get_type(vreader);
vcard = vcard_emul_mirror_card(vreader);
vreader_insert_card(vreader, vcard);
vcard_emul_init_series(vreader, vcard);