Skip to content

Commit c0bdd88

Browse files
committed
Remove ObjectLiteralExprSyntax
1 parent b0b69b5 commit c0bdd88

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

gyb_syntax_support/ExprNodes.py

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -718,21 +718,6 @@
718718
children=[
719719
Child('Identifier', kind='IdentifierToken'),
720720
]),
721-
# #fileLiteral(a, b, c)
722-
Node('ObjectLiteralExpr', name_for_diagnostics='object literal', kind='Expr',
723-
traits=['Parenthesized'],
724-
children=[
725-
Child('Identifier', kind='Token',
726-
token_choices=[
727-
'PoundColorLiteralToken',
728-
'PoundFileLiteralToken',
729-
'PoundImageLiteralToken',
730-
]),
731-
Child('LeftParen', kind='LeftParenToken'),
732-
Child('Arguments', kind='TupleExprElementList',
733-
collection_element_name='Argument'),
734-
Child('RightParen', kind='RightParenToken'),
735-
]),
736721

737722
Node('YieldExprList', name_for_diagnostics='yield list',
738723
kind='SyntaxCollection',

0 commit comments

Comments
 (0)