Skip to content
Snippets Groups Projects
Commit 61847563 authored by David Bergström's avatar David Bergström
Browse files

Remove effect-less code

parent fb68fc46
No related branches found
No related tags found
No related merge requests found
......@@ -216,7 +216,6 @@ bool TechTreeImproved::LoadData() {
const std::vector<BuildDescription> & TechTreeImproved::HowToBuild(sc2::UnitTypeID unit) const
{
sc2::UNIT_TYPEID unit_id = static_cast<sc2::UNIT_TYPEID>(unit);
if (result_to_data.count(unit) > 0)
{
return result_to_data.at(unit);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment