3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-24 17:45:32 +00:00

unused variable warnings

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2019-09-22 10:15:20 -07:00
parent 5919bc0531
commit a44cf7a9ba
2 changed files with 0 additions and 3 deletions

View file

@ -860,7 +860,6 @@ namespace smtfd {
Enforce M[x] == rewrite(M[x]) for every A[x] such that M = A under current model.
*/
void beta_reduce(expr* t) {
bool added = false;
if (m_autil.is_map(t) ||
m_autil.is_const(t) ||
is_lambda(t)) {