1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 01:47:01 +03:00

Remove Variable

This commit is contained in:
Ayman Nadeem 2018-08-09 12:07:37 -04:00
parent 3cf2f7d5c5
commit 9b3c3d279f

View File

@ -48,7 +48,6 @@ type Syntax =
, Declaration.Comprehension
, Declaration.Decorator
, Declaration.Function
, Declaration.Variable
, Expression.Plus
, Expression.Minus
, Expression.Times