summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeoffrey Washburn <geoffrey.washburn@epfl.ch>2008-05-04 13:01:47 +0000
committerGeoffrey Washburn <geoffrey.washburn@epfl.ch>2008-05-04 13:01:47 +0000
commit4563bc53c6a63cda5d484c9fbfbaa249da920e7f (patch)
tree266fe6bd51f889a637c180d83789ab76f8f227f1
parentf759e270075788d77b605bfc680814270893d8ea (diff)
downloadscala-4563bc53c6a63cda5d484c9fbfbaa249da920e7f.tar.gz
scala-4563bc53c6a63cda5d484c9fbfbaa249da920e7f.tar.bz2
scala-4563bc53c6a63cda5d484c9fbfbaa249da920e7f.zip
Lex "signed-off" on removing the lines I had co...
Lex "signed-off" on removing the lines I had commented out.
-rw-r--r--src/compiler/scala/tools/nsc/symtab/Symbols.scala2
1 files changed, 0 insertions, 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
}