mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-10 10:05:35 +00:00
Remove a variable which is only assigned.
Issue found by cppcheck.
This commit is contained in:
parent
274ef5841a
commit
8249f7e9bb
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user