3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-06-07 14:43:23 +00:00
This commit is contained in:
Nikolaj Bjorner 2022-01-03 11:12:28 -08:00
parent 2944449884
commit 1f964eea90

View file

@ -241,7 +241,6 @@ struct goal2sat::imp : public sat::sat_internalizer {
m_cache_lim.push_back(m_cache_trail.size()); m_cache_lim.push_back(m_cache_trail.size());
} }
} }
}
void push() override { void push() override {
++m_num_scopes; ++m_num_scopes;