3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 09:05:31 +00:00

minor code simplification

This commit is contained in:
Nuno Lopes 2023-10-10 17:19:40 +01:00
parent 01188462d5
commit fcb03aa56c
2 changed files with 4 additions and 11 deletions

View file

@ -753,7 +753,7 @@ namespace smt {
}
else {
if (j != i) {
m_lemma[j] = m_lemma[i];
m_lemma[j] = l;
m_lemma_atoms.set(j, m_lemma_atoms.get(i));
}
j++;