From 9a749e1a6671b374f90e178851a7b3168a28eae6 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Sat, 18 Feb 2017 16:27:53 +0100 Subject: [PATCH] arygon: remove unused variable arygon.c:94:22: warning: unused variable 'arygon_error_incomplete_command' [-Wunused-const-variable] static const uint8_t arygon_error_incomplete_command[] = "FF0C0000\x0d\x0a"; ^ --- libnfc/drivers/arygon.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libnfc/drivers/arygon.c b/libnfc/drivers/arygon.c index b69b129..4eba6b2 100644 --- a/libnfc/drivers/arygon.c +++ b/libnfc/drivers/arygon.c @@ -91,7 +91,6 @@ struct arygon_data { // ARYGON frames static const uint8_t arygon_error_none[] = "FF000000\x0d\x0a"; -static const uint8_t arygon_error_incomplete_command[] = "FF0C0000\x0d\x0a"; static const uint8_t arygon_error_unknown_mode[] = "FF060000\x0d\x0a"; // Prototypes