diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-10-06 02:04:04 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-10-06 02:04:04 -0700 |
| commit | f0f25b1cb714e07766b998bb205314498f891416 (patch) | |
| tree | b5d28eb9e7408ea7e7f03a766f9486fdb923547b /scripts | |
| parent | 5e3d3fb8b42e7fbab846095068af1eea387ce5a2 (diff) | |
| download | vcpkg-f0f25b1cb714e07766b998bb205314498f891416.tar.gz vcpkg-f0f25b1cb714e07766b998bb205314498f891416.zip | |
Remove unused variable
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/getWindowsSDK.ps1 | 1 |
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 |
