diff --git a/AI/VCAI/VCAI.cpp b/AI/VCAI/VCAI.cpp index 0d15e2d0b..5eab6ef0e 100644 --- a/AI/VCAI/VCAI.cpp +++ b/AI/VCAI/VCAI.cpp @@ -3427,10 +3427,6 @@ For ship construction etc, another function (goal?) is needed { return findFirstVisitableTile(h, dst); } - - //FIXME: find out why this line is reached - logAi->errorStream() << ("Impossible happened at SectorMap::firstTileToGet"); - return ret; } int3 SectorMap::findFirstVisitableTile (HeroPtr h, crint3 dst)