mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 17:45:32 +00:00
parent
56358a6b94
commit
6eebfd0629
1 changed files with 0 additions and 1 deletions
|
@ -168,7 +168,6 @@ struct bv_trailing::imp {
|
|||
case 1: result = new_args.get(0); break;
|
||||
default: result = m.mk_app(m_util.get_fid(), OP_BMUL, new_args.size(), new_args.c_ptr());
|
||||
}
|
||||
SASSERT(retv == m_util.get_bv_size(result));
|
||||
return retv;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue