mirror of
https://github.com/Z3Prover/z3
synced 2025-08-27 21:48:56 +00:00
unused variables
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
6292b06c67
commit
fc30461828
12 changed files with 21 additions and 16 deletions
|
@ -381,6 +381,7 @@ void lemma_cluster_finder::cluster(lemma_ref &lemma) {
|
|||
for (const lemma_ref &l : neighbours) {
|
||||
SASSERT(cluster->can_contain(l));
|
||||
bool added = cluster->add_lemma(l, false);
|
||||
(void)added;
|
||||
CTRACE("cluster_stats", added,
|
||||
tout << "Added neighbour lemma\n" << mk_and(l->get_cube()) << "\n";);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue