aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/package.scala
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/src/dotty/tools/package.scala')
-rw-r--r--compiler/src/dotty/tools/package.scala3
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/src/dotty/tools/package.scala b/compiler/src/dotty/tools/package.scala
index 5dae82b71..68d24e229 100644
--- a/compiler/src/dotty/tools/package.scala
+++ b/compiler/src/dotty/tools/package.scala
@@ -2,9 +2,6 @@ package dotty
import scala.annotation.Annotation
package object tools {
- type FatalError = scala.reflect.internal.FatalError
- val FatalError = scala.reflect.internal.FatalError
-
class sharable extends Annotation
class unshared extends Annotation