3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-05-16 23:25:36 +00:00

Removed debug code

This commit is contained in:
CEisenhofer 2026-04-09 11:03:18 +02:00
parent 803018b7c3
commit 598e4ede4e
2 changed files with 2 additions and 5 deletions

View file

@ -734,7 +734,7 @@ namespace smt {
set_conflict(eqs, lits);
#ifdef Z3DEBUG
#if 1
#if 0
// Pass constraints to a subsolver to check correctness modulo legacy solver
{
smt_params p;