Remove outdated FIXME

This commit is contained in:
Martin Blicha 2023-07-27 09:54:53 +02:00
parent 451b6f8ced
commit d773e76704

View File

@ -325,8 +325,6 @@ namespace
return std::make_shared<ArraySort>(std::move(domainSort), std::move(codomainSort));
}
}
// FIXME: This is not correct, we need to track sorts properly!
// return SortProvider::boolSort;
smtAssert(false, "Unknown sort encountered");
}