3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 01:24:08 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2019-11-18 12:03:45 -08:00
parent 3c6dceae7c
commit fe0b3d6648

View file

@ -215,7 +215,6 @@ struct model::top_sort : public ::top_sort<func_decl> {
}; };
void model::compress() { void model::compress() {
SASSERT(false);
if (m_cleaned) return; if (m_cleaned) return;
// stratify m_finterp and m_decls in a topological sort // stratify m_finterp and m_decls in a topological sort