summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIulian Dragos <jaguarul@gmail.com>2007-04-19 16:52:06 +0000
committerIulian Dragos <jaguarul@gmail.com>2007-04-19 16:52:06 +0000
commit2f4064efbe52bf3ef5b96d6b2a25670876064d4c (patch)
tree1522358a86d1de2cfc6f72ef013915761b70968b
parenta87d9a20e00c4951b774976ef2350d11be764b3d (diff)
downloadscala-2f4064efbe52bf3ef5b96d6b2a25670876064d4c.tar.gz
scala-2f4064efbe52bf3ef5b96d6b2a25670876064d4c.tar.bz2
scala-2f4064efbe52bf3ef5b96d6b2a25670876064d4c.zip
Removed useless private var.
-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