mirror of
https://github.com/Z3Prover/z3
synced 2025-05-15 03:34:44 +00:00
addressing compiler warnings
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
05a39cb2cf
commit
9c1f85e564
5 changed files with 1 additions and 10 deletions
|
@ -105,7 +105,6 @@ bool_var theory_wmaxsat::assert_weighted(expr* fml, rational const& w) {
|
|||
|
||||
bool_var theory_wmaxsat::register_var(app* var, bool attach) {
|
||||
context & ctx = get_context();
|
||||
ast_manager& m = get_manager();
|
||||
bool_var bv;
|
||||
SASSERT(!ctx.e_internalized(var));
|
||||
enode* x = ctx.mk_enode(var, false, true, true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue