mirror of https://github.com/sbt/sbt.git
note that mixing RangePositions into Global isn't necessary in 2.11
This commit is contained in:
parent
6750ef7614
commit
008c2928b6
|
|
@ -144,7 +144,7 @@ private final class CachedCompiler0(args: Array[String], output: Output, initial
|
||||||
|
|
||||||
val compiler: Compiler = {
|
val compiler: Compiler = {
|
||||||
if (command.settings.Yrangepos.value)
|
if (command.settings.Yrangepos.value)
|
||||||
new Compiler() with RangePositions
|
new Compiler() with RangePositions // unnecessary in 2.11
|
||||||
else
|
else
|
||||||
new Compiler()
|
new Compiler()
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue