aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenedikt Tutzer <e1225461@student.tuwien.ac.at>2019-04-01 15:05:30 +0200
committerBenedikt Tutzer <e1225461@student.tuwien.ac.at>2019-04-01 15:05:30 +0200
commit2586e091189534144426df0c6f0af60563cb4811 (patch)
tree21490cd3bcce9ed53aec59c733a3c6bd7dd47c06
parent7472c5268663ce5f97cf58ea5fb805c45e1f4b0f (diff)
downloadyosys-2586e091189534144426df0c6f0af60563cb4811.tar.gz
yosys-2586e091189534144426df0c6f0af60563cb4811.tar.bz2
yosys-2586e091189534144426df0c6f0af60563cb4811.zip
Removed generation of commented-out code
-rw-r--r--py_wrap_generator.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/py_wrap_generator.py b/py_wrap_generator.py
index ec5b4b71a..aa2c46b2c 100644
--- a/py_wrap_generator.py
+++ b/py_wrap_generator.py
@@ -803,10 +803,6 @@ class WClass:
text += "\n\t\t\treturn ret;"
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:
text += con.gen_decl()
for var in self.found_vars: