mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 01:24:08 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
3c6dceae7c
commit
fe0b3d6648
|
@ -215,7 +215,6 @@ struct model::top_sort : public ::top_sort<func_decl> {
|
|||
};
|
||||
|
||||
void model::compress() {
|
||||
SASSERT(false);
|
||||
if (m_cleaned) return;
|
||||
|
||||
// stratify m_finterp and m_decls in a topological sort
|
||||
|
|
Loading…
Reference in a new issue