summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2013-04-09 18:41:49 +0200
committerJason Zaugg <jzaugg@gmail.com>2013-04-21 12:59:46 +0200
commit281b850abc9d0774a8542ff38b6e584b730f2d78 (patch)
tree5adcb27e16c71885e5334790e8be482b73f31116
parentf2c351c8419a6b1fdeaa2c0a7047c8c25a16c7ce (diff)
downloadscala-281b850abc9d0774a8542ff38b6e584b730f2d78.tar.gz
scala-281b850abc9d0774a8542ff38b6e584b730f2d78.tar.bz2
scala-281b850abc9d0774a8542ff38b6e584b730f2d78.zip
SI-7345 Remove comment that appears obsolete.
Obsolete since ee02ad59c, as best as I can judge.
-rw-r--r--src/compiler/scala/tools/nsc/typechecker/Contexts.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compiler/scala/tools/nsc/typechecker/Contexts.scala b/src/compiler/scala/tools/nsc/typechecker/Contexts.scala
index a6bdfcbdbd..0d408c6859 100644
--- a/src/compiler/scala/tools/nsc/typechecker/Contexts.scala
+++ b/src/compiler/scala/tools/nsc/typechecker/Contexts.scala
@@ -303,7 +303,6 @@ trait Contexts { self: Analyzer =>
def makeNewScope(tree: Tree, owner: Symbol): Context =
make(tree, owner, newNestedScope(scope))
- // IDE stuff: distinguish between scopes created for typing and scopes created for naming.
def makeSilent(reportAmbiguousErrors: Boolean, newtree: Tree = tree): Context = {
val c = make(newtree)