aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/Compiler.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/dotty/tools/dotc/Compiler.scala')
-rw-r--r--src/dotty/tools/dotc/Compiler.scala4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/dotty/tools/dotc/Compiler.scala b/src/dotty/tools/dotc/Compiler.scala
index fffcfd8f8..cae8c5782 100644
--- a/src/dotty/tools/dotc/Compiler.scala
+++ b/src/dotty/tools/dotc/Compiler.scala
@@ -32,9 +32,7 @@ class Compiler {
new TypeTestsCasts,
new InterceptedMethods,
new Literalize),
- List(new Erasure)//,
- //List(new UncurryTreeTransform
- // /* , new Constructors */)
+ List(new Erasure)
)
var runId = 1