From: Benedikt Tutzer Date: Thu, 25 Oct 2018 13:06:26 +0000 (+0200) Subject: removed deletes X-Git-Tag: yosys-0.9~179^2~26 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a13cba31c99340816cde520f0b51fcb6880c0172;p=yosys.git removed deletes --- diff --git a/py_wrap_generator.py b/py_wrap_generator.py index 204b9146c..f26c15070 100644 --- a/py_wrap_generator.py +++ b/py_wrap_generator.py @@ -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()