Remove outdated FIXME

This commit is contained in:
Martin Blicha
2023-09-05 12:39:19 +02:00
parent 451b6f8ced
commit d773e76704
-2
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");
}