3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-10-01 13:39:28 +00:00

remove stale comment

This commit is contained in:
Nikolaj Bjorner 2025-09-22 04:43:41 +03:00
parent f5c28a0b76
commit 04ddade2dd

View file

@ -87,9 +87,6 @@ namespace smt {
case l_undef: {
update_max_thread_conflicts();
LOG_WORKER(1, " found undef cube\n");
// return unprocessed cubes to the batch manager
// add a split literal to the batch manager.
// optionally process other cubes and delay sending back unprocessed cubes to batch manager.
if (m_config.m_max_cube_depth <= cube.size())
goto check_cube_start;