mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 17:38:32 -04:00
SITL: fix coverity warning - removed unused variable heli_servos
This commit is contained in:
parent
0de992c5f9
commit
eb63293498
@ -64,7 +64,6 @@ private:
|
|||||||
void recv_fdm(const struct sitl_input &input);
|
void recv_fdm(const struct sitl_input &input);
|
||||||
void send_servos(const struct sitl_input &input);
|
void send_servos(const struct sitl_input &input);
|
||||||
|
|
||||||
bool heli_servos;
|
|
||||||
double last_timestamp;
|
double last_timestamp;
|
||||||
SocketAPM sock;
|
SocketAPM sock;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user