SITL: fix coverity warning - removed unused variable heli_servos

This commit is contained in:
Grant Morphett 2015-07-29 17:25:00 +10:00 committed by Andrew Tridgell
parent 08f5305519
commit 538a077ae8

View File

@ -64,7 +64,6 @@ private:
void recv_fdm(const struct sitl_input &input);
void send_servos(const struct sitl_input &input);
bool heli_servos;
double last_timestamp;
SocketAPM sock;
};