From 612e73b9d7f879476d551b2f7d0dbff772f5bb5d Mon Sep 17 00:00:00 2001 From: Eric Katzfey Date: Thu, 14 Nov 2024 12:02:23 -0800 Subject: [PATCH] AP_GPS: GSOF: Removed unused private members to fix Qurt compiler warnings --- libraries/AP_GSOF/AP_GSOF.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/libraries/AP_GSOF/AP_GSOF.h b/libraries/AP_GSOF/AP_GSOF.h index 5fb78fd4d4..1aeda02564 100644 --- a/libraries/AP_GSOF/AP_GSOF.h +++ b/libraries/AP_GSOF/AP_GSOF.h @@ -127,8 +127,5 @@ private: static const uint8_t STX = 0x02; static const uint8_t ETX = 0x03; - - uint8_t packetcount; - uint32_t gsofmsg_time; }; #endif // AP_GSOF_ENABLED