mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-02 10:55:53 +00:00
Remove previously obsoleted ObservableMiscellaneousClient ctor
This commit is contained in:
@@ -9,14 +9,6 @@ namespace Octokit.Reactive
|
||||
{
|
||||
readonly IMiscellaneousClient _client;
|
||||
|
||||
[Obsolete("Please use the IGitHubClient overload constructor")]
|
||||
public ObservableMiscellaneousClient(IMiscellaneousClient client)
|
||||
{
|
||||
Ensure.ArgumentNotNull(client, "client");
|
||||
|
||||
_client = client;
|
||||
}
|
||||
|
||||
public ObservableMiscellaneousClient(IGitHubClient client)
|
||||
{
|
||||
Ensure.ArgumentNotNull(client, "client");
|
||||
|
||||
Reference in New Issue
Block a user