Commit 59cf26d7 authored by Alexander Schrode's avatar Alexander Schrode Committed by oroulet

remove usless else

parent 48dee144
......@@ -162,7 +162,6 @@ class StructGenerator(object):
if _type == 'Bit':
# Bits are used for bit fields and filler ignore
continue
else:
field = Field(_clean_name)
field.uatype = clean_name(_type)
if xmlfield.get("SwitchField", '') != '':
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment