3
0
Fork 0
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:
Nikolaj Bjorner 2019-11-11 07:13:04 -08:00
parent c73a87c19c
commit 0c1b68b598

View file

@ -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;
}