mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 00:55:31 +00:00
remove invocation of debugger
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
559af09b07
commit
0bca2aabff
4 changed files with 5 additions and 5 deletions
|
@ -165,7 +165,7 @@ namespace qe {
|
|||
lits.push_back(~l);
|
||||
break;
|
||||
default:
|
||||
UNREACHABLE();
|
||||
lits.push_back(l);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue