From d11303ef787cf43ab7ab120ed12b882ffb10a208 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 11 Oct 2011 20:24:51 +1100 Subject: [PATCH] removed an unused variable --- ArduCopter/commands_logic.pde | 1 - 1 file changed, 1 deletion(-) diff --git a/ArduCopter/commands_logic.pde b/ArduCopter/commands_logic.pde index cc85156d59..39e4aaeb27 100644 --- a/ArduCopter/commands_logic.pde +++ b/ArduCopter/commands_logic.pde @@ -650,7 +650,6 @@ static void do_loiter_at_location() static void do_jump() { - struct Location temp; if(jump == -10){ jump = next_command.lat; }