From 6a4b746750f60acc95fe1cd811cef6a88adea138 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Tue, 15 Nov 2022 00:21:09 -0500 Subject: [PATCH] dead code --- firmware/console/binary/tooth_logger.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/firmware/console/binary/tooth_logger.cpp b/firmware/console/binary/tooth_logger.cpp index 0e0e98e869..e7cac77a48 100644 --- a/firmware/console/binary/tooth_logger.cpp +++ b/firmware/console/binary/tooth_logger.cpp @@ -11,10 +11,6 @@ #if EFI_TOOTH_LOGGER -typedef struct __attribute__ ((packed)) { - uint16_t timestamp; -} tooth_logger_s; - typedef struct __attribute__ ((packed)) { // the whole order of all packet bytes is reversed, not just the 'endian-swap' integers uint32_t timestamp;