mirror of https://github.com/YosysHQ/yosys.git
Removed generation of commented-out code
This commit is contained in:
parent
7472c52686
commit
2586e09118
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue