mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 11:55:51 +00:00
build
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ed59c838bf
commit
e63e4587a4
4 changed files with 3 additions and 8 deletions
|
@ -563,7 +563,6 @@ namespace bv {
|
|||
SASSERT(e->get_num_args() >= 1);
|
||||
expr_ref_vector bits(m), new_bits(m), arg_bits(m);
|
||||
|
||||
unsigned i = e->get_num_args() - 1;
|
||||
get_arg_bits(e, 0, bits);
|
||||
for (unsigned i = 1; i < e->get_num_args(); ++i) {
|
||||
arg_bits.reset();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue