3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-05-10 17:25:47 +00:00
This commit is contained in:
Jakob Rath 2022-08-05 11:23:02 +02:00
parent abed6fa6e1
commit 618b3945c1
3 changed files with 7 additions and 1 deletions

View file

@ -49,7 +49,8 @@ namespace polysat {
}
void simplify::operator()() {
(void)s; // silence warning
LOG_H2("Simplify");
(void)s; // silence warning
}
}