diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-02-08 22:31:04 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-02-08 22:31:04 -0800 |
| commit | 4f8e4af36321708ee0ac98a77cdc45926ad44a58 (patch) | |
| tree | c48ebbd87c1d446a66c869e849a80a9966952993 /scripts/findTargetPlatformVersion.ps1 | |
| parent | fb080f38cb1bd673eaef9a56ca5056960e44e60e (diff) | |
| download | vcpkg-4f8e4af36321708ee0ac98a77cdc45926ad44a58.tar.gz vcpkg-4f8e4af36321708ee0ac98a77cdc45926ad44a58.zip | |
Remove unneeded Import-Module
Diffstat (limited to 'scripts/findTargetPlatformVersion.ps1')
| -rw-r--r-- | scripts/findTargetPlatformVersion.ps1 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/findTargetPlatformVersion.ps1 b/scripts/findTargetPlatformVersion.ps1 index 5bc6cf854..e9d676724 100644 --- a/scripts/findTargetPlatformVersion.ps1 +++ b/scripts/findTargetPlatformVersion.ps1 @@ -3,8 +3,6 @@ param( ) -Import-Module BitsTransfer - $scriptsDir = split-path -parent $MyInvocation.MyCommand.Definition $CandidateProgramFiles = "${env:PROGRAMFILES(X86)}", "${env:PROGRAMFILES}" @@ -28,8 +26,6 @@ foreach ($ProgramFiles in $CandidateProgramFiles) return $win10sdkVersions[$win10sdkVersionCount - 1].ToString() } - - # Windows 8.1 SDK foreach ($ProgramFiles in $CandidateProgramFiles) { |
