mirror of https://github.com/sbt/sbt.git
Merge pull request #4564 from eatkins/bin-version-unused
Remove unused local variable
This commit is contained in:
commit
f6b1cbde8c
|
|
@ -745,7 +745,6 @@ object Defaults extends BuildCommon {
|
|||
def file(id: String) = files(id).headOption getOrElse sys.error(s"Missing ${id}.jar")
|
||||
val allJars = toolReport.modules.flatMap(_.artifacts.map(_._2))
|
||||
val libraryJar = file(ScalaArtifacts.LibraryID)
|
||||
val binVersion = scalaBinaryVersion.value
|
||||
val compilerJar = file(ScalaArtifacts.CompilerID)
|
||||
new ScalaInstance(
|
||||
scalaVersion.value,
|
||||
|
|
|
|||
Loading…
Reference in New Issue