removed comment

This commit is contained in:
Erik Frojdh 2021-11-05 12:03:01 +01:00
parent 642989cab2
commit 91cf18c5d1

View File

@ -16,8 +16,6 @@ from parse import remove_comments
allow_bitwise_op = ["M3_GainCaps"]
allow_bitwise_op = ["streamingInterface"]
# op_key = {"operator|": "__or__",
# "operator&" : "__and__"}
op_key = {"operator|": "|",
"operator&" : "&"}