Skip to content

Commit

Permalink
[Harness] Remove not longer used method. (dotnet#8618)
Browse files Browse the repository at this point in the history
  • Loading branch information
mandel-macaque authored May 19, 2020
1 parent 7d320fb commit 37fb9de
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/xharness/Jenkins/Jenkins.cs
Original file line number Diff line number Diff line change
Expand Up @@ -446,11 +446,6 @@ Task<IEnumerable<AppleTestTask>> CreateRunDeviceTasksAsync ()
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 ()
Expand Down

0 comments on commit 37fb9de

Please sign in to comment.