From 870c6c508037b3baeb681d458c2b4b21d714298f Mon Sep 17 00:00:00 2001 From: Paul Riseborough Date: Wed, 21 Feb 2024 18:58:41 +1100 Subject: [PATCH] AP_TECS: Remove unused variable --- libraries/AP_TECS/AP_TECS.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/libraries/AP_TECS/AP_TECS.h b/libraries/AP_TECS/AP_TECS.h index 50b91a882c346..4470b700f546f 100644 --- a/libraries/AP_TECS/AP_TECS.h +++ b/libraries/AP_TECS/AP_TECS.h @@ -336,8 +336,6 @@ class AP_TECS { // true when a reset of airspeed and height states to current is performed on this frame bool reset:1; - // true when we are allowing the plane to speed up on descent to maintain the target descent rate - bool speedup:1; }; union { struct flags _flags;