From f234bb348bb33dc97dce2751a241bdbf96a46814 Mon Sep 17 00:00:00 2001 From: Nikolaj Bjorner Date: Fri, 27 Apr 2018 17:49:20 +0200 Subject: [PATCH] fix #1599. fix #1600 Signed-off-by: Nikolaj Bjorner --- src/ast/datatype_decl_plugin.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ast/datatype_decl_plugin.cpp b/src/ast/datatype_decl_plugin.cpp index dfeaef9f8..d3704a84a 100644 --- a/src/ast/datatype_decl_plugin.cpp +++ b/src/ast/datatype_decl_plugin.cpp @@ -390,7 +390,6 @@ namespace datatype { TRACE("datatype", tout << "declaring " << datatypes[i]->name() << "\n";); if (m_defs.find(datatypes[i]->name(), d)) { TRACE("datatype", tout << "delete previous version for " << datatypes[i]->name() << "\n";); - sort_ref_vector srts(*m_manager); u().reset(); dealloc(d); }