removed an unused variable

This commit is contained in:
Andrew Tridgell 2011-10-11 20:24:51 +11:00
parent 97b3ced7aa
commit d11303ef78

View File

@ -650,7 +650,6 @@ static void do_loiter_at_location()
static void do_jump()
{
struct Location temp;
if(jump == -10){
jump = next_command.lat;
}