mirror of
https://github.com/Z3Prover/z3
synced 2025-04-05 17:14:07 +00:00
remove unused variable
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c73a87c19c
commit
0c1b68b598
|
@ -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…
Reference in a new issue