gnokii-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnokii] 01/02: Remove message about deprecation of model=pcsc


From: Daniele Forsi
Subject: [gnokii] 01/02: Remove message about deprecation of model=pcsc
Date: Sun, 06 Jul 2014 10:06:18 +0000

dforsi pushed a commit to branch master
in repository gnokii.

commit ebaae0003c243a6876d5b300998ece2084d22122
Author: Daniele Forsi <address@hidden>
Date:   Sun Jul 6 11:41:32 2014 +0200

    Remove message about deprecation of model=pcsc
    
    Support was dropped in commit 268b3514f7 (Drop support for model=pcsc
    (use model=APDU instead))
---
 common/cfgreader.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/common/cfgreader.c b/common/cfgreader.c
index d3d8cdb..52da747 100644
--- a/common/cfgreader.c
+++ b/common/cfgreader.c
@@ -741,8 +741,6 @@ static gn_error cfg_psection_load(gn_config *cfg, const 
char *section, const gn_
                        fprintf(stderr, _("Unsupported [%s] %s value 
\"%s\"\n"), section, "connection", val);
                        return GN_ERR_NOCONNECTION;
                }
-               if (!strcmp("pcsc", val))
-                       fprintf(stderr, "WARNING: %s=%s is deprecated and will 
soon be removed. Use %s=%s instead.\n", "connection", val, "connection", 
"libpcsclite");
        }
 
        if (!(val = gn_cfg_get(gn_cfg_info, section, "initlength")))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]