Skip to content

Commit

Permalink
Fixup 19bbfed (forgot to remove a now-unused variable)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vultraz committed Sep 4, 2017
1 parent 45e8712 commit 5dd7a16
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ai/default/attack.cpp
Expand Up @@ -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) {
Expand Down

0 comments on commit 5dd7a16

Please sign in to comment.