summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/compiler/scala/tools/nsc/matching/TransMatcher.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/scala/tools/nsc/matching/TransMatcher.scala b/src/compiler/scala/tools/nsc/matching/TransMatcher.scala
index 1d67cda80b..d68302694f 100644
--- a/src/compiler/scala/tools/nsc/matching/TransMatcher.scala
+++ b/src/compiler/scala/tools/nsc/matching/TransMatcher.scala
@@ -11,7 +11,7 @@ abstract class TransMatcher extends transform.Transform
with PatternNodes
with CodeFactory
with PatternMatchers
-with NewMatchers
+//with NewMatchers
with SequenceMatchers
with AlgebraicMatchers
with MatcherLabels