AP_GPS: Remove unused private member to get rid of compiler warning in Qurt build

This commit is contained in:
Eric Katzfey 2024-11-14 11:31:24 -08:00 committed by Peter Barker
parent 4c72ca6ddc
commit 4d75b44775
1 changed files with 0 additions and 1 deletions

View File

@ -64,7 +64,6 @@ private:
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;