Skip to content

Commit 0ff7224

Browse files
authored
Remove unused variable $globalJson in InstallJdk.ps1
1 parent 6fb3e6b commit 0ff7224

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

eng/scripts/InstallJdk.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ $installDir = "$repoRoot\.tools\jdk\win-x64\"
2222
$javacExe = "$installDir\bin\javac.exe"
2323
$tempDir = "$repoRoot\obj"
2424
if (-not $JdkVersion) {
25-
$globalJson = Get-Content "$repoRoot\global.json" | ConvertFrom-Json
2625
$JdkVersion = "11.0.24"
2726
}
2827

0 commit comments

Comments
 (0)