summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/transform/Erasure.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/scala/tools/nsc/transform/Erasure.scala')
-rw-r--r--src/compiler/scala/tools/nsc/transform/Erasure.scala8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/compiler/scala/tools/nsc/transform/Erasure.scala b/src/compiler/scala/tools/nsc/transform/Erasure.scala
index 19f1c737cc..747c1fb902 100644
--- a/src/compiler/scala/tools/nsc/transform/Erasure.scala
+++ b/src/compiler/scala/tools/nsc/transform/Erasure.scala
@@ -1037,10 +1037,10 @@ abstract class Erasure extends AddInterfaces with typechecker.Analyzer with ast.
case MyError(n,ex) =>
Console.println(tree1)
throw MyError(n + 1, ex)
- case ex : AssertionError =>
- Console.println(tree1)
- throw MyError(0, ex)
- case ex => throw ex
+// case ex : AssertionError =>
+// Console.println(tree1)
+// throw MyError(0, ex)
+// case ex => throw ex
}
}
}