Removed generation of commented-out code

This commit is contained in:
Benedikt Tutzer 2019-04-01 15:05:30 +02:00
parent 7472c52686
commit 2586e09118
1 changed files with 0 additions and 4 deletions

View File

@ -803,10 +803,6 @@ class WClass:
text += "\n\t\t\treturn ret;" text += "\n\t\t\treturn ret;"
text += "\n\t\t}\n" text += "\n\t\t}\n"
if self.link_type != link_types.global_list:
text += "\n\t\t~" + self.name + "()\n\t\t{"
text += "\n\t\t\t//delete(this->ref_obj);\n\t\t}\n"
for con in self.found_constrs: for con in self.found_constrs:
text += con.gen_decl() text += con.gen_decl()
for var in self.found_vars: for var in self.found_vars: