mirror of
https://github.com/actions/runner.git
synced 2025-12-11 12:57:05 +00:00
delete un-used code. (#218)
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
using GitHub.DistributedTask.Pipelines.Runtime;
|
||||
using GitHub.Services.Common;
|
||||
using GitHub.Services.Common;
|
||||
using GitHub.Services.WebApi;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
@@ -128,20 +127,6 @@ namespace GitHub.DistributedTask.WebApi
|
||||
cancellationToken);
|
||||
}
|
||||
|
||||
public Task<TaskAgentJob> GetAgentRequestJobAsync(
|
||||
Guid scopeIdentifier,
|
||||
String planType,
|
||||
String orchestrationId,
|
||||
CancellationToken cancellationToken = default(CancellationToken),
|
||||
Object userState = null)
|
||||
{
|
||||
return base.GetJobInstanceAsync(scopeIdentifier,
|
||||
planType,
|
||||
orchestrationId,
|
||||
userState,
|
||||
cancellationToken);
|
||||
}
|
||||
|
||||
private readonly ApiResourceVersion m_currentApiVersion = new ApiResourceVersion(2.0, 1);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user