mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +00:00
bugbash
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
21711a14f5
commit
3e23ff9bad
1 changed files with 0 additions and 2 deletions
|
@ -261,8 +261,6 @@ namespace euf {
|
|||
TRACE("bv", tout << "register " << g.bpp(n) << "\n");
|
||||
auto& i = info(n);
|
||||
i.value = n;
|
||||
if (n->get_expr_id() == 255 && false)
|
||||
verbose_stream() << g.bpp(n) << "\n";
|
||||
enode* a, * b;
|
||||
if (is_concat(n, a, b)) {
|
||||
i.hi = a;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue