From 4563bc53c6a63cda5d484c9fbfbaa249da920e7f Mon Sep 17 00:00:00 2001 From: Geoffrey Washburn Date: Sun, 4 May 2008 13:01:47 +0000 Subject: Lex "signed-off" on removing the lines I had co... Lex "signed-off" on removing the lines I had commented out. --- src/compiler/scala/tools/nsc/symtab/Symbols.scala | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/compiler/scala/tools/nsc/symtab/Symbols.scala b/src/compiler/scala/tools/nsc/symtab/Symbols.scala index adf60698f1..7d96c3acbd 100644 --- a/src/compiler/scala/tools/nsc/symtab/Symbols.scala +++ b/src/compiler/scala/tools/nsc/symtab/Symbols.scala @@ -1160,8 +1160,6 @@ trait Symbols { var s = simpleName.decode if (s endsWith nme.LOCAL_SUFFIX) s = s.substring(0, s.length - nme.LOCAL_SUFFIX.length) -// if (s endsWith ".type") -// s = s.substring(0, s.length - ".type".length) s + idString } -- cgit v1.2.3