summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/typechecker/Analyzer.scala
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2012-12-31 12:36:04 -0800
committerPaul Phillips <paulp@improving.org>2013-01-09 12:11:13 -0800
commit91d8584fde15140972f7d6037d632bc24fc50f94 (patch)
treebe48d686376c24648cb9a27abd323ed63f94254a /src/compiler/scala/tools/nsc/typechecker/Analyzer.scala
parent36ec5ff749a8148637129aa83d2cc597a773272b (diff)
downloadscala-91d8584fde15140972f7d6037d632bc24fc50f94.tar.gz
scala-91d8584fde15140972f7d6037d632bc24fc50f94.tar.bz2
scala-91d8584fde15140972f7d6037d632bc24fc50f94.zip
Moved Variances into SymbolTable.
So I can centralize all the redundant variance code.
Diffstat (limited to 'src/compiler/scala/tools/nsc/typechecker/Analyzer.scala')
-rw-r--r--src/compiler/scala/tools/nsc/typechecker/Analyzer.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compiler/scala/tools/nsc/typechecker/Analyzer.scala b/src/compiler/scala/tools/nsc/typechecker/Analyzer.scala
index 5e8bb3e424..d4d6def3cb 100644
--- a/src/compiler/scala/tools/nsc/typechecker/Analyzer.scala
+++ b/src/compiler/scala/tools/nsc/typechecker/Analyzer.scala
@@ -16,7 +16,6 @@ trait Analyzer extends AnyRef
with Typers
with Infer
with Implicits
- with Variances
with EtaExpansion
with SyntheticMethods
with Unapplies