[Windows] revert PR3766 (#4278)

This commit is contained in:
Aleksandr Chebotov
2021-10-14 16:27:30 +03:00
committed by GitHub
parent 5690fb5b41
commit 7e90162def
4 changed files with 0 additions and 22 deletions

View File

@@ -73,11 +73,6 @@ function Get-GitLFSVersion {
return "Git LFS $gitLfsVersion"
}
function Get-GVFSVersion {
$gvfsVersion = (Get-Command gvfs).Version
return "GVFS $gvfsVersion"
}
function Get-InnoSetupVersion {
return $(choco list --local-only innosetup) | Select-String -Pattern "InnoSetup"
}