Merge pull request #4564 from eatkins/bin-version-unused

Remove unused local variable
This commit is contained in:
eugene yokota 2019-03-21 01:03:53 -04:00 committed by GitHub
commit f6b1cbde8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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,