Skip to content

Commit 04ddade

Browse files
remove stale comment
1 parent f5c28a0 commit 04ddade

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

‎src/smt/smt_parallel.cpp‎

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,6 @@ namespace smt {
8787
case l_undef: {
8888
update_max_thread_conflicts();
8989
LOG_WORKER(1, " found undef cube\n");
90-
// return unprocessed cubes to the batch manager
91-
// add a split literal to the batch manager.
92-
// optionally process other cubes and delay sending back unprocessed cubes to batch manager.
9390
if (m_config.m_max_cube_depth <= cube.size())
9491
goto check_cube_start;
9592

0 commit comments

Comments
 (0)