summaryrefslogtreecommitdiff
path: root/sources/scalac/transformer/LambdaLiftPhase.java
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2003-02-14 13:38:50 +0000
committerMartin Odersky <odersky@gmail.com>2003-02-14 13:38:50 +0000
commitfd3f10df3cd88fe3b970f8312a479ae63f0803b8 (patch)
tree4417d42a8b7a1a326c1eab8dcb867a9de7c90659 /sources/scalac/transformer/LambdaLiftPhase.java
parent23d2bfbeb21f63d82ed46d5b1b0b85b1ed2f4355 (diff)
downloadscala-fd3f10df3cd88fe3b970f8312a479ae63f0803b8.tar.gz
scala-fd3f10df3cd88fe3b970f8312a479ae63f0803b8.tar.bz2
scala-fd3f10df3cd88fe3b970f8312a479ae63f0803b8.zip
*** empty log message ***
Diffstat (limited to 'sources/scalac/transformer/LambdaLiftPhase.java')
-rw-r--r--sources/scalac/transformer/LambdaLiftPhase.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/sources/scalac/transformer/LambdaLiftPhase.java b/sources/scalac/transformer/LambdaLiftPhase.java
index 31d9eea2a8..d3ca99b43d 100644
--- a/sources/scalac/transformer/LambdaLiftPhase.java
+++ b/sources/scalac/transformer/LambdaLiftPhase.java
@@ -64,7 +64,6 @@ public class LambdaLiftPhase extends PhaseDescriptor implements Kinds, Modifiers
switch (pre) {
case ThisType(_):
if (sym.constructor().isUpdated(nextPhase)) {
- System.out.println("updated: " + sym.constructor());//debug
Symbol[] tparams =
sym.constructor().infoAt(nextPhase).typeParams();
int i = tparams.length;