mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-20 06:05:12 +00:00
tidyup - removing now unused variable
This commit is contained in:
@@ -6,7 +6,6 @@ namespace Octokit.Reactive
|
||||
{
|
||||
public class ObservableRepositoryCommitsClient : IObservableRepositoryCommitsClient
|
||||
{
|
||||
readonly IGitHubClient _client;
|
||||
readonly IConnection _connection;
|
||||
readonly IRepositoryCommitsClient _commit;
|
||||
|
||||
@@ -14,7 +13,6 @@ namespace Octokit.Reactive
|
||||
{
|
||||
Ensure.ArgumentNotNull(client, "client");
|
||||
|
||||
_client = client;
|
||||
_connection = client.Connection;
|
||||
_commit = client.Repository.Commits;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user