mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-29 09:34:07 +08:00
land_detector: remove unused variable
This commit is contained in:
parent
50cac88e5b
commit
6bf4bd5f35
@ -50,7 +50,6 @@ VtolLandDetector::VtolLandDetector() : MulticopterLandDetector(),
|
||||
_paramHandle(),
|
||||
_params(),
|
||||
_airspeedSub(-1),
|
||||
_parameterSub(-1),
|
||||
_airspeed{},
|
||||
_was_in_air(false),
|
||||
_airspeed_filtered(0)
|
||||
|
||||
@ -74,7 +74,6 @@ private:
|
||||
} _params;
|
||||
|
||||
int _airspeedSub;
|
||||
int _parameterSub;
|
||||
|
||||
struct airspeed_s _airspeed;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user