mirror of
https://github.com/Z3Prover/z3
synced 2025-07-18 02:16:40 +00:00
removed debugging code.
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
parent
a833c9ac41
commit
7bb1469d71
2 changed files with 0 additions and 6 deletions
|
@ -93,9 +93,6 @@ namespace test_mapi
|
||||||
1,
|
1,
|
||||||
new Pattern[] { p } /* patterns */);
|
new Pattern[] { p } /* patterns */);
|
||||||
|
|
||||||
if (q.IsTrue)
|
|
||||||
Console.WriteLine("is true.");
|
|
||||||
|
|
||||||
return q;
|
return q;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -89,9 +89,6 @@ class JavaExample
|
||||||
names, /* names of quantified variables */
|
names, /* names of quantified variables */
|
||||||
eq, 1, new Pattern[] { p } /* patterns */, null, null, null);
|
eq, 1, new Pattern[] { p } /* patterns */, null, null, null);
|
||||||
|
|
||||||
if (q.isTrue())
|
|
||||||
System.out.println("is true");
|
|
||||||
|
|
||||||
return q;
|
return q;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue