From 7871c81399507b57073a31f85b92b9d58a6caee6 Mon Sep 17 00:00:00 2001 From: paltherr Date: Mon, 5 May 2003 08:28:06 +0000 Subject: - Removed the break that caused a warning --- sources/scalac/symtab/Type.java | 1 - 1 file changed, 1 deletion(-) diff --git a/sources/scalac/symtab/Type.java b/sources/scalac/symtab/Type.java index ae0f830304..bce1cb8ea4 100644 --- a/sources/scalac/symtab/Type.java +++ b/sources/scalac/symtab/Type.java @@ -1266,7 +1266,6 @@ public class Type implements Modifiers, Kinds, TypeTags { constr.lobounds = new List(this, constr.lobounds); return true; } - break; default: throw new ApplicationError(this + " <: " + that); -- cgit v1.2.3