mirror of
https://github.com/Z3Prover/z3
synced 2025-10-01 13:39:28 +00:00
remove stale comment
This commit is contained in:
parent
f5c28a0b76
commit
04ddade2dd
1 changed files with 0 additions and 3 deletions
|
@ -87,9 +87,6 @@ namespace smt {
|
||||||
case l_undef: {
|
case l_undef: {
|
||||||
update_max_thread_conflicts();
|
update_max_thread_conflicts();
|
||||||
LOG_WORKER(1, " found undef cube\n");
|
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())
|
if (m_config.m_max_cube_depth <= cube.size())
|
||||||
goto check_cube_start;
|
goto check_cube_start;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue