aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-10-06 02:04:04 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2017-10-06 02:04:04 -0700
commitf0f25b1cb714e07766b998bb205314498f891416 (patch)
treeb5d28eb9e7408ea7e7f03a766f9486fdb923547b /scripts
parent5e3d3fb8b42e7fbab846095068af1eea387ce5a2 (diff)
downloadvcpkg-f0f25b1cb714e07766b998bb205314498f891416.tar.gz
vcpkg-f0f25b1cb714e07766b998bb205314498f891416.zip
Remove unused variable
Diffstat (limited to 'scripts')
-rw-r--r--scripts/getWindowsSDK.ps11
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/getWindowsSDK.ps1 b/scripts/getWindowsSDK.ps1
index f4537ddc3..8ef26a436 100644
--- a/scripts/getWindowsSDK.ps1
+++ b/scripts/getWindowsSDK.ps1
@@ -13,7 +13,6 @@ if ($DisableWin10SDK -and $DisableWin81SDK)
}
Write-Verbose "Executing $($MyInvocation.MyCommand.Name)"
-$scriptsDir = split-path -parent $MyInvocation.MyCommand.Definition
$validInstances = New-Object System.Collections.ArrayList