mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
remove unused variable
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c73a87c19c
commit
0c1b68b598
1 changed files with 0 additions and 1 deletions
|
@ -3183,7 +3183,6 @@ bool theory_seq::get_length(expr* e, expr_ref& len, literal_vector& lits) {
|
|||
|
||||
|
||||
bool theory_seq::branch_nqs() {
|
||||
context & ctx = get_context();
|
||||
if (m_nqs.empty()) {
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue