aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/PluggableTransformers.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2013-04-17 10:16:42 +0200
committerMartin Odersky <odersky@gmail.com>2013-04-17 10:16:42 +0200
commit570282cfdb1da8098036a9974198ca65b8740c66 (patch)
tree493200c5acfa3ea280d4be28a4f2c75e85847e58 /src/dotty/tools/dotc/core/PluggableTransformers.scala
parentca8dc7ada663e44aafe470944dd17256dbde151c (diff)
downloaddotty-570282cfdb1da8098036a9974198ca65b8740c66.tar.gz
dotty-570282cfdb1da8098036a9974198ca65b8740c66.tar.bz2
dotty-570282cfdb1da8098036a9974198ca65b8740c66.zip
Commented out pluggable transformers.
Will come back to this later.
Diffstat (limited to 'src/dotty/tools/dotc/core/PluggableTransformers.scala')
-rw-r--r--src/dotty/tools/dotc/core/PluggableTransformers.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dotty/tools/dotc/core/PluggableTransformers.scala b/src/dotty/tools/dotc/core/PluggableTransformers.scala
index 3e3ee7df1..caeb1c9e6 100644
--- a/src/dotty/tools/dotc/core/PluggableTransformers.scala
+++ b/src/dotty/tools/dotc/core/PluggableTransformers.scala
@@ -3,7 +3,7 @@ package core
object PluggableTransformers {
-
+/*
import Trees._, Contexts._
abstract class PluggableTransformer[T] extends TreeTransformer[T, Context] {
@@ -101,5 +101,5 @@ class ExampleTransformer extends PluggableTransformer[Type] {
override def transform(tree: tpd.Tree, ctx: Context) =
super.transform(tree, ctx)
-
+*/
} \ No newline at end of file