mirror of
https://github.com/actions/runner-images.git
synced 2025-12-16 06:40:32 +00:00
removed useless function
This commit is contained in:
@@ -5,14 +5,6 @@ function Split-TableRowByColumns {
|
|||||||
return $Row.Split("|") | ForEach-Object { $_.trim() }
|
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 {
|
function Get-AndroidSDKRoot {
|
||||||
param(
|
param(
|
||||||
[string] $ComponentName
|
[string] $ComponentName
|
||||||
|
|||||||
Reference in New Issue
Block a user