Fixup 19bbfed (forgot to remove a now-unused variable)

This commit is contained in:
Charles Dang 2017-09-05 01:15:23 +11:00
parent 45e8712ecd
commit 5dd7a16133

View file

@ -98,7 +98,6 @@ void attack_analysis::analyze(const gamemap& map, unit_map& units,
assert(!movements.empty());
std::vector<std::pair<map_location,map_location> >::const_iterator m;
battle_context *prev_bc = nullptr;
const combatant *prev_def = nullptr;
for (m = movements.begin(); m != movements.end(); ++m) {