Skip to content

Commit ea9bb02

Browse files
committed
No need for reference to System.Linq.
1 parent 66605a0 commit ea9bb02

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Platform.Communication.Protocol.Lino/Parser.peg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
@namespace Platform.Communication.Protocol.Lino
22
@classname Parser
3-
@using System.Linq
43
document <IList<Link>> = #{ state["Indentation"] = 0; } _ l:links eof { l.ToLinksList() }
54
links <IList<LinksGroup>> = list:line+ { list }
65
line <LinksGroup> = INDENTATION l:element { l }

0 commit comments

Comments
 (0)