removed deletes

This commit is contained in:
Benedikt Tutzer 2018-10-25 15:06:26 +02:00
parent 05a9adfdeb
commit a13cba31c9
1 changed files with 1 additions and 1 deletions

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