]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
delete unused procedure after merge
authormerlokk <olegmsn@gmail.com>
Tue, 18 Sep 2018 15:36:03 +0000 (18:36 +0300)
committermerlokk <olegmsn@gmail.com>
Tue, 18 Sep 2018 15:36:03 +0000 (18:36 +0300)
client/emv/cmdemv.c

index dceade799edd54f71a16ae6798d1cbd0281fe5ff..84630ea7692cfb0264b20f06a2b81030562e2b71 100644 (file)
 #include "cliparser/cliparser.h"
 #include <jansson.h>
 
-int UsageCmdHFEMVSelect(void) {
-       PrintAndLog("HELP :  Executes select applet command:\n");
-       PrintAndLog("Usage:  hf emv select [-s][-k][-a][-t] <HEX applet AID>\n");
-       PrintAndLog("  Options:");
-       PrintAndLog("  -s       : select card");
-       PrintAndLog("  -k       : keep field for next command");
-       PrintAndLog("  -a       : show APDU reqests and responses\n");
-       PrintAndLog("  -t       : TLV decode results\n");
-       PrintAndLog("Samples:");
-       PrintAndLog(" hf emv select -s a00000000101 -> select card, select applet");
-       PrintAndLog(" hf emv select -s -t a00000000101 -> select card, select applet, show result in TLV");
-       return 0;
-}
-
 int CmdHFEMVSelect(const char *cmd) {
        uint8_t data[APDU_AID_LEN] = {0};
        int datalen = 0;
Impressum, Datenschutz