From e17a71c6cc2219a7e7420d898c3d69dd90420413 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Thu, 20 Oct 2016 12:18:18 +1100 Subject: [PATCH] AP_GPS: AP_GPS_NOVA: remove unused variables --- libraries/AP_GPS/AP_GPS_NOVA.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/libraries/AP_GPS/AP_GPS_NOVA.h b/libraries/AP_GPS/AP_GPS_NOVA.h index cc4d1d967b..61727032fa 100644 --- a/libraries/AP_GPS/AP_GPS_NOVA.h +++ b/libraries/AP_GPS/AP_GPS_NOVA.h @@ -64,10 +64,8 @@ private: "log psrdopb\r\n" // poll message, as dop only changes when a sat is dropped/added to the visible list }; - uint32_t last_hdop = 999; uint32_t crc_error_counter = 0; uint32_t last_injected_data_ms = 0; - bool validcommand = false; struct PACKED nova_header {