aboutsummaryrefslogtreecommitdiff
path: root/compiler/src/dotty/tools/dotc/transform
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/src/dotty/tools/dotc/transform')
-rw-r--r--compiler/src/dotty/tools/dotc/transform/PatternMatcher.scala2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/src/dotty/tools/dotc/transform/PatternMatcher.scala b/compiler/src/dotty/tools/dotc/transform/PatternMatcher.scala
index 181dfccd9..7c49e68dd 100644
--- a/compiler/src/dotty/tools/dotc/transform/PatternMatcher.scala
+++ b/compiler/src/dotty/tools/dotc/transform/PatternMatcher.scala
@@ -1077,8 +1077,6 @@ class PatternMatcher extends MiniPhaseTransform with DenotTransformer {
trait MatchTranslator extends TreeMakers with ScalacPatternExpanders {
- def isBackquoted(x: Ident) = x.isInstanceOf[BackquotedIdent]
-
def isVarPattern(pat: Tree): Boolean = pat match {
case x: BackquotedIdent => false
case x: Ident => x.name.isVariableName