summaryrefslogtreecommitdiff
path: root/src/compiler
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler')
-rw-r--r--src/compiler/scala/tools/nsc/matching/AlgebraicMatchers.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/compiler/scala/tools/nsc/matching/AlgebraicMatchers.scala b/src/compiler/scala/tools/nsc/matching/AlgebraicMatchers.scala
index 0e39031a9e..f74d010563 100644
--- a/src/compiler/scala/tools/nsc/matching/AlgebraicMatchers.scala
+++ b/src/compiler/scala/tools/nsc/matching/AlgebraicMatchers.scala
@@ -20,8 +20,8 @@ trait AlgebraicMatchers requires TransMatcher {
var _m: PartialMatcher = _;
- override protected var delegateSequenceMatching = true;
- override protected var optimize = false;
+ /*override protected var*/ delegateSequenceMatching = true;
+ /*override protected var*/ optimize = false;
/** constructs an algebraic pattern matcher from cases */
def construct(m: PartialMatcher, cases: List[CaseDef]): Unit =