diff options
Diffstat (limited to 'MediaBrowser.Common.Implementations')
| -rw-r--r-- | MediaBrowser.Common.Implementations/HttpClientManager/HttpClientManager.cs | 5 | ||||
| -rw-r--r-- | MediaBrowser.Common.Implementations/Updates/InstallationManager.cs | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/MediaBrowser.Common.Implementations/HttpClientManager/HttpClientManager.cs b/MediaBrowser.Common.Implementations/HttpClientManager/HttpClientManager.cs index 412c69509..4d1a9c0d4 100644 --- a/MediaBrowser.Common.Implementations/HttpClientManager/HttpClientManager.cs +++ b/MediaBrowser.Common.Implementations/HttpClientManager/HttpClientManager.cs @@ -555,11 +555,6 @@ namespace MediaBrowser.Common.Implementations.HttpClientManager { throw new ArgumentNullException("url"); } - - if (cancellationToken == null) - { - throw new ArgumentNullException("cancellationToken"); - } } /// <summary> diff --git a/MediaBrowser.Common.Implementations/Updates/InstallationManager.cs b/MediaBrowser.Common.Implementations/Updates/InstallationManager.cs index 56190e9bd..60db90476 100644 --- a/MediaBrowser.Common.Implementations/Updates/InstallationManager.cs +++ b/MediaBrowser.Common.Implementations/Updates/InstallationManager.cs @@ -361,11 +361,6 @@ namespace MediaBrowser.Common.Implementations.Updates throw new ArgumentNullException("progress"); } - if (cancellationToken == null) - { - throw new ArgumentNullException("cancellationToken"); - } - var installationInfo = new InstallationInfo { Id = Guid.NewGuid(), |
