Skip to content

Commit b3c3d8e

Browse files
committed
Removed more unused ***OrSymbol from list.
1 parent 3769016 commit b3c3d8e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pyVHDLModel/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,7 @@
6464
'QualifiedExpression',
6565
'FunctionCall',
6666
'TypeConversion',
67-
ConstantOrSymbol,
68-
VariableOrSymbol,
69-
SignalOrSymbol,
67+
# ConstantOrSymbol, TODO: ObjectSymbol
7068
'Literal',
7169
]
7270

0 commit comments

Comments
 (0)