mirror of
https://github.com/Z3Prover/z3
synced 2025-04-07 18:05:21 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5dbba8bd53
commit
f234bb348b
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue