mirror of
https://github.com/Z3Prover/z3
synced 2025-06-05 21:53:23 +00:00
Remove unused function
This commit is contained in:
parent
535b8893ae
commit
81575fae7c
1 changed files with 51 additions and 57 deletions
|
@ -160,11 +160,6 @@ namespace qe {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
static bool is_eq(vector<rational> const& xs, vector<rational> const& ys) {
|
|
||||||
for (unsigned i = 0; i < xs.size(); ++i) if (xs[i] != ys[i]) return false;
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
static expr_ref mk_eq(expr_ref_vector const& xs, expr_ref_vector const& ys) {
|
static expr_ref mk_eq(expr_ref_vector const& xs, expr_ref_vector const& ys) {
|
||||||
ast_manager& m = xs.get_manager();
|
ast_manager& m = xs.get_manager();
|
||||||
expr_ref_vector eqs(m);
|
expr_ref_vector eqs(m);
|
||||||
|
@ -1424,4 +1419,3 @@ namespace qe {
|
||||||
}
|
}
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue