From eb632934982d21dd851c4d76ac691e13fcbb89dd Mon Sep 17 00:00:00 2001 From: Grant Morphett Date: Wed, 29 Jul 2015 17:25:00 +1000 Subject: [PATCH] SITL: fix coverity warning - removed unused variable heli_servos --- libraries/SITL/SIM_Gazebo.h | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/SITL/SIM_Gazebo.h b/libraries/SITL/SIM_Gazebo.h index c542fa842c..93028ede20 100644 --- a/libraries/SITL/SIM_Gazebo.h +++ b/libraries/SITL/SIM_Gazebo.h @@ -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; };