From 796291f176ed21009f350231ab7c6cfbab54c9c7 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 20 Jun 2018 13:33:53 +1000 Subject: [PATCH] AP_GPS: improved ccache build speed making this header equal improves speed of fmuv2 build after fmuv3 build with ccache, without affecting binary --- libraries/AP_GPS/AP_GPS.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/libraries/AP_GPS/AP_GPS.h b/libraries/AP_GPS/AP_GPS.h index 574b89855d..55fccfa2f6 100644 --- a/libraries/AP_GPS/AP_GPS.h +++ b/libraries/AP_GPS/AP_GPS.h @@ -481,11 +481,9 @@ private: uint8_t current_baud; bool auto_detected_baud; struct UBLOX_detect_state ublox_detect_state; -#if !HAL_MINIMIZE_FEATURES struct MTK_detect_state mtk_detect_state; struct MTK19_detect_state mtk19_detect_state; struct SIRF_detect_state sirf_detect_state; -#endif // !HAL_MINIMIZE_FEATURES struct NMEA_detect_state nmea_detect_state; struct SBP_detect_state sbp_detect_state; struct SBP2_detect_state sbp2_detect_state;