delete un-used code. (#218)

This commit is contained in:
Tingluo Huang
2019-12-16 17:05:26 -05:00
committed by GitHub
parent c3c66bb14a
commit d0a4a41a63
582 changed files with 155 additions and 66274 deletions

View File

@@ -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);
}
}