From 16486c520b68d02efe76edede1a0f741fb0700e8 Mon Sep 17 00:00:00 2001 From: Nikita Bykov Date: Thu, 17 Sep 2020 14:58:58 +0300 Subject: [PATCH] removed useless function --- .../scripts/SoftwareReport/SoftwareReport.Android.psm1 | 8 -------- 1 file changed, 8 deletions(-) diff --git a/images/win/scripts/SoftwareReport/SoftwareReport.Android.psm1 b/images/win/scripts/SoftwareReport/SoftwareReport.Android.psm1 index d27ac6736..125613c38 100644 --- a/images/win/scripts/SoftwareReport/SoftwareReport.Android.psm1 +++ b/images/win/scripts/SoftwareReport/SoftwareReport.Android.psm1 @@ -5,14 +5,6 @@ function Split-TableRowByColumns { return $Row.Split("|") | ForEach-Object { $_.trim() } } -function Get-AndroidComponentLocation { - param( - [string] $ComponentName - ) - $path = Join-Path $env:ANDROID_HOME $ComponentName - return "Location $path" -} - function Get-AndroidSDKRoot { param( [string] $ComponentName