From 904f0fe2fdb0e8df292761105a27d60443c66bcc Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Thu, 10 Oct 2019 00:08:30 +0200 Subject: [PATCH] coverity 226229 --- client/cmdtrace.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/cmdtrace.c b/client/cmdtrace.c index 836c0b9eb..97d91e54d 100644 --- a/client/cmdtrace.c +++ b/client/cmdtrace.c @@ -840,8 +840,6 @@ int CmdTraceList(const char *Cmd) { PrintAndLogEx(NORMAL, "ISO15693 - Timings are not as accurate"); if (protocol == ISO_7816_4) PrintAndLogEx(NORMAL, "ISO7816-4 / Smartcard - Timings N/A yet"); - if (protocol == FELICA) - PrintAndLogEx(NORMAL, "Felica"); // Timings ? if (protocol == PROTO_HITAG) PrintAndLogEx(NORMAL, "Hitag2 / HitagS - Timings in ETU (8us)");