3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-14 21:08:46 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2018-06-18 20:53:33 -07:00
parent 6a0b70ee5c
commit c15eca66d6

View file

@ -339,7 +339,6 @@ namespace sat {
s.set_conflict(justification()); s.set_conflict(justification());
for (; it != end; ++it, ++it2) { for (; it != end; ++it, ++it2) {
*it2 = *it; *it2 = *it;
++it2;
} }
break; break;
} }