removed an unused variable

This commit is contained in:
Andrew Tridgell 2011-10-11 20:24:51 +11:00
parent 337100fe44
commit 22aafd6ca9

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;
}