mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 20:18:18 +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";);
|
TRACE("datatype", tout << "declaring " << datatypes[i]->name() << "\n";);
|
||||||
if (m_defs.find(datatypes[i]->name(), d)) {
|
if (m_defs.find(datatypes[i]->name(), d)) {
|
||||||
TRACE("datatype", tout << "delete previous version for " << datatypes[i]->name() << "\n";);
|
TRACE("datatype", tout << "delete previous version for " << datatypes[i]->name() << "\n";);
|
||||||
sort_ref_vector srts(*m_manager);
|
|
||||||
u().reset();
|
u().reset();
|
||||||
dealloc(d);
|
dealloc(d);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue