diff --git a/src/town_cmd.cpp b/src/town_cmd.cpp index 476a37e456..4aa776e9de 100644 --- a/src/town_cmd.cpp +++ b/src/town_cmd.cpp @@ -648,9 +648,6 @@ static void TownGenerateCargo (Town *t, CargoID ct, uint amount, StationFinder & amount = amount << cf; } - // with the adjustments above, this should never happen - assert(amount > 0); - // calculate for town stats switch (ct) {