Remove a variable which is only assigned.

Issue found by cppcheck.
This commit is contained in:
Mark de Wever 2014-02-09 18:57:18 +01:00
parent 274ef5841a
commit 8249f7e9bb

View File

@ -417,7 +417,6 @@ static config unit_hp(const unit* u)
<< '/' << u->max_hitpoints() << naps;
std::set<std::string> resistances_table;
utils::string_map resistances = u->get_base_resistances();
bool att_def_diff = false;
map_location displayed_unit_hex = resources::screen->displayed_unit_hex();