From f90d11912c4e4bd1aa4d86fe63e7db5d34aab288 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Mon, 24 Mar 2025 22:10:55 +0100 Subject: [PATCH] cppcheck unused struct --- client/src/cmdhf15.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/client/src/cmdhf15.c b/client/src/cmdhf15.c index e2d1030a2..8b49e4c2f 100644 --- a/client/src/cmdhf15.c +++ b/client/src/cmdhf15.c @@ -98,11 +98,6 @@ } #endif -typedef struct { - uint8_t lock; - uint8_t block[8]; -} t15memory_t; - // structure and database for uid -> tagtype lookups typedef struct { uint64_t uid;