redundant comment

This commit is contained in:
Eric Mertens 2023-01-30 12:34:04 -08:00
parent 39c3d59370
commit 94f5cb3eb4

View File

@ -120,7 +120,6 @@ auto FlowsFirst(
std::vector<Room> & rooms
) -> std::size_t
{
// Put all of the rooms with vavles at the begining.
auto const zeros = boost::range::partition(rooms, [](auto const& room) { return room.flow > 0; });
return zeros - rooms.begin();
}