3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-08 18:31:51 +00:00

removed deletes

This commit is contained in:
Benedikt Tutzer 2018-10-25 15:06:26 +02:00
parent 05a9adfdeb
commit a13cba31c9

View file

@ -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()