delete un-used code.

This commit is contained in:
Tingluo Huang
2019-12-11 14:52:24 -05:00
committed by TingluoHuang
parent f78d35dc4e
commit f2db563c89
360 changed files with 41 additions and 42871 deletions

View File

@@ -128,20 +128,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);
}
}