1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-15 00:05:02 +02:00

remove setting values that are never read

This commit is contained in:
Andrey Filipenkov
2022-09-24 16:12:02 +03:00
parent 2b0f02c832
commit 659be89a01
4 changed files with 2 additions and 6 deletions

View File

@ -304,6 +304,7 @@ std::vector<BattleHex> CStack::meleeAttackHexes(const battle::Unit * attacker, c
res.push_back(otherDefenderPos);
}
}
UNUSED(mask);
return res;
}