From a5d85a9e9620699775e77ca0bfc4f1390e05229f Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Thu, 1 May 2003 09:01:16 +0000 Subject: *** empty log message *** --- sources/scalac/util/Debug.java | 6 ------ 1 file changed, 6 deletions(-) (limited to 'sources/scalac/util') diff --git a/sources/scalac/util/Debug.java b/sources/scalac/util/Debug.java index 6bb2c75e52..24e087b3bc 100644 --- a/sources/scalac/util/Debug.java +++ b/sources/scalac/util/Debug.java @@ -385,12 +385,6 @@ public class DebugType extends DebugAbstractHandler { buffer.append(')'); return; - case CovarType(Type tp): - buffer.append("CovarType("); - Debug.append(buffer, tp); - buffer.append(')'); - return; - case LazyType(): buffer.append("LazyType()"); return; -- cgit v1.2.3