From 4d75b4477550e3fccb6a1917dd8a49594d3d2c9b Mon Sep 17 00:00:00 2001 From: Eric Katzfey Date: Thu, 14 Nov 2024 11:31:24 -0800 Subject: [PATCH] AP_GPS: Remove unused private member to get rid of compiler warning in Qurt build --- libraries/AP_GPS/AP_GPS_Blended.h | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/AP_GPS/AP_GPS_Blended.h b/libraries/AP_GPS/AP_GPS_Blended.h index b68eb0f9660ed..77fe25ffb8884 100644 --- a/libraries/AP_GPS/AP_GPS_Blended.h +++ b/libraries/AP_GPS/AP_GPS_Blended.h @@ -64,7 +64,6 @@ class AP_GPS_Blended : public AP_GPS_Backend Vector3f _blended_antenna_offset; // blended antenna offset float _blended_lag_sec; // blended receiver lag in seconds float _blend_weights[GPS_MAX_RECEIVERS]; // blend weight for each GPS. The blend weights must sum to 1.0 across all instances. - bool _output_is_blended; // true when a blended GPS solution being output uint8_t _blend_health_counter; // 0 = perfectly health, 100 = very unhealthy AP_GPS::GPS_timing &timing;