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:
parent
5919bc0531
commit
a44cf7a9ba
2 changed files with 0 additions and 3 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue