[Harness] Remove not longer used method. (#8618)

This commit is contained in:
Manuel de la Pena 2020-05-19 17:55:05 -04:00 коммит произвёл GitHub
Родитель 7d320fb9b6
Коммит 37fb9ded52
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 0 добавлений и 5 удалений

Просмотреть файл

@ -446,11 +446,6 @@ namespace Xharness.Jenkins {
candidates: candidates?.Cast<IHardwareDevice> () ?? test.Candidates)));
}
static string AddSuffixToPath (string path, string suffix)
{
return Path.Combine (Path.GetDirectoryName (path), Path.GetFileNameWithoutExtension (path) + suffix + Path.GetExtension (path));
}
public bool IsBetaXcode => Harness.XcodeRoot.IndexOf ("beta", StringComparison.OrdinalIgnoreCase) >= 0;
Task PopulateTasksAsync ()