X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/0dae56d81ed737be4f2fa010326cbf41ea0af228..b1231445c7e56f11d77c81c2e027e5fb85631ca0:/client/cmdhf15.c diff --git a/client/cmdhf15.c b/client/cmdhf15.c index cbc0ae12..cc61d289 100644 --- a/client/cmdhf15.c +++ b/client/cmdhf15.c @@ -45,8 +45,6 @@ #define AddCrc(data,datalen) Iso15693AddCrc(data,datalen) #define sprintUID(target,uid) Iso15693sprintUID(target,uid) -static int CmdHelp(const char *Cmd); - // structure and database for uid -> tagtype lookups typedef struct { uint64_t uid;