summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sources/scala/tools/scalac/ast/parser/Scanner.scala3
1 files changed, 2 insertions, 1 deletions
diff --git a/sources/scala/tools/scalac/ast/parser/Scanner.scala b/sources/scala/tools/scalac/ast/parser/Scanner.scala
index d3e5bdde8e..380459ae18 100644
--- a/sources/scala/tools/scalac/ast/parser/Scanner.scala
+++ b/sources/scala/tools/scalac/ast/parser/Scanner.scala
@@ -950,6 +950,7 @@ class Scanner(_unit: CompilationUnit) extends TokenData {
//Console.print(ch);
}
+ /* OBSOLETE
final val LT = Name.fromString("<");
def xStartsXML = {
@@ -958,7 +959,7 @@ class Scanner(_unit: CompilationUnit) extends TokenData {
{val s = name.toString();
s.charAt(0) == '<' && (s.charAt(1)=='?' || s.charAt(1)=='!')}) */
}
-
+ */
// end XML tokenizing