remove unused variable

This commit is contained in:
Enno Rehling 2021-03-26 17:59:43 +01:00
parent 4582db917a
commit 5a8d0221e8
1 changed files with 0 additions and 1 deletions

View File

@ -866,7 +866,6 @@ void remove_troop(troop dt)
{
fighter *df = dt.fighter;
struct person p = df->person[dt.index];
battle *b = df->side->battle;
++df->removed;
++df->side->removed;