AP_TECS: Remove unused variable

This commit is contained in:
Paul Riseborough 2024-02-21 18:58:41 +11:00 committed by Andrew Tridgell
parent aecbd116e7
commit 870c6c5080
1 changed files with 0 additions and 2 deletions

View File

@ -336,8 +336,6 @@ private:
// 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;