Skip to content

Commit a105062

Browse files
socadriaanm
authored andcommitted
SI-7591 Minor cleanups
1 parent 5186edb commit a105062

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/library/scala/util/parsing/combinator/Parsers.scala

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -531,10 +531,6 @@ trait Parsers {
531531
}
532532
}
533533

534-
/*trait ElemFun
535-
case class EFCons(hd: Elem => ElemFun, tl: ElemFun) extends ElemFun
536-
case class EFNil(res: Boolean) extends ElemFun*/
537-
538534
/** A parser matching input elements that satisfy a given predicate.
539535
*
540536
* `elem(kind, p)` succeeds if the input starts with an element `e` for which `p(e)` is true.

0 commit comments

Comments
 (0)