coverity CID 164473

remove logically dead code.
This commit is contained in:
Enno Rehling 2017-03-12 12:02:29 +01:00
parent ae41cafcb4
commit 39ec03b2af
1 changed files with 0 additions and 2 deletions

View File

@ -199,8 +199,6 @@ static bool can_set_factionstealth(const unit * u, const faction * f)
} }
ru = ru->next; ru = ru->next;
} }
if (ru != NULL)
break;
} }
mu = mu->nextF; mu = mu->nextF;
} }