diff --git a/images/macos/software-report/SoftwareReport.Common.psm1 b/images/macos/software-report/SoftwareReport.Common.psm1 index f429390d..48e3218b 100644 --- a/images/macos/software-report/SoftwareReport.Common.psm1 +++ b/images/macos/software-report/SoftwareReport.Common.psm1 @@ -151,11 +151,6 @@ function Build-OSInfoSection { return $output } -function Get-PHPVersion { - $PHPVersion = Run-Command "php --version" | Select-Object -First 1 | Take-Part -Part 0,1 - return $PHPVersion -} - function Get-MSBuildVersion { $msbuildVersion = msbuild -version | Select-Object -Last 1 $result = Select-String -Path (Get-Command msbuild).Source -Pattern "msbuild"