mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
unreferenced variable
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
9c1f85e564
commit
1e235659c7
1 changed files with 0 additions and 1 deletions
|
@ -760,7 +760,6 @@ namespace smt {
|
|||
}
|
||||
|
||||
void theory_pb::assign_eh(bool_var v, bool is_true) {
|
||||
context& ctx = get_context();
|
||||
ptr_vector<ineq>* ineqs = 0;
|
||||
literal nlit(v, is_true);
|
||||
TRACE("pb", tout << "assign: " << ~nlit << "\n";);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue