mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-02 14:08:45 -04:00
Copter: resolve compiler warning re unused vars
This commit is contained in:
parent
4fa101292a
commit
a474b97291
@ -156,8 +156,6 @@ void AC_WPNav::move_loiter_target(float control_roll, float control_pitch, float
|
||||
void AC_WPNav::translate_loiter_target_movements(float nav_dt)
|
||||
{
|
||||
Vector2f target_vel_adj;
|
||||
float vel_delta_total;
|
||||
float vel_max;
|
||||
float vel_total;
|
||||
|
||||
// range check nav_dt
|
||||
|
Loading…
Reference in New Issue
Block a user