Remove dead code (#156)

Signed-off-by: Jonas Dujava <jonas.dujava@gmail.com>
pull/813/head
Jonáš Dujava 2024-07-27 22:14:30 +07:00 committed by GitHub
parent f23cf647fb
commit efe5afdbb5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 17 deletions

@ -309,7 +309,6 @@ module.exports = grammar({
seq(
$._enum_itemdeclaration,
repeat($._flat_content),
optional(prec.right(choice())),
),
),

@ -1066,22 +1066,6 @@
"type": "SYMBOL",
"name": "_flat_content"
}
},
{
"type": "CHOICE",
"members": [
{
"type": "PREC_RIGHT",
"value": 0,
"content": {
"type": "CHOICE",
"members": []
}
},
{
"type": "BLANK"
}
]
}
]
}