From e922fce3e6c2ff5ab35bceb3a7f616520e127997 Mon Sep 17 00:00:00 2001 From: buraq Date: Sun, 24 Apr 2005 18:51:34 +0000 Subject: removed junk --- sources/scala/util/automata/NondetWordAutom.scala | 2 -- 1 file changed, 2 deletions(-) (limited to 'sources') diff --git a/sources/scala/util/automata/NondetWordAutom.scala b/sources/scala/util/automata/NondetWordAutom.scala index 1f453b218f..f17bb97150 100644 --- a/sources/scala/util/automata/NondetWordAutom.scala +++ b/sources/scala/util/automata/NondetWordAutom.scala @@ -11,8 +11,6 @@ import scala.collection.{ immutable, mutable, Set, Map }; */ abstract class NondetWordAutom[T <: AnyRef] { - //type _labelT <: AnyRef ; - val nstates: Int; val labels: Seq[T]; -- cgit v1.2.3