summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/compiler/scala/tools/nsc/typechecker/Typers.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compiler/scala/tools/nsc/typechecker/Typers.scala b/src/compiler/scala/tools/nsc/typechecker/Typers.scala
index cec250063a..c56e873525 100644
--- a/src/compiler/scala/tools/nsc/typechecker/Typers.scala
+++ b/src/compiler/scala/tools/nsc/typechecker/Typers.scala
@@ -136,7 +136,6 @@ trait Typers requires Analyzer {
private def argMode(fun: Tree, mode: int) =
if (treeInfo.isSelfOrSuperConstrCall(fun)) mode | SCCmode else mode
- private var xxx = 10;
class Typer(context0: Context) {
import context0.unit