mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-25 13:47:02 +00:00
Removed generation of commented-out code
This commit is contained in:
parent
7472c52686
commit
2586e09118
1 changed files with 0 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue