mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
minor code simplification
This commit is contained in:
parent
01188462d5
commit
fcb03aa56c
2 changed files with 4 additions and 11 deletions
|
@ -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++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue