mirror of https://github.com/YosysHQ/yosys.git
removed deletes
This commit is contained in:
parent
05a9adfdeb
commit
a13cba31c9
|
@ -805,7 +805,7 @@ class WClass:
|
|||
|
||||
if self.link_type != link_types.global_list:
|
||||
text += "\n\t\t~" + self.name + "()\n\t\t{"
|
||||
text += "\n\t\t\tdelete(this->ref_obj);\n\t\t}\n"
|
||||
text += "\n\t\t\t//delete(this->ref_obj);\n\t\t}\n"
|
||||
|
||||
for con in self.found_constrs:
|
||||
text += con.gen_decl()
|
||||
|
|
Loading…
Reference in New Issue