aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common.Implementations/HttpClientManager/HttpClientManager.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-10-04 16:08:45 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-10-04 16:08:45 -0400
commit54a5d63a619eeb78b4e84c626a4c208419be9705 (patch)
tree912f682b59e352ba42245ede2c3c2e6f2fddc61d /MediaBrowser.Common.Implementations/HttpClientManager/HttpClientManager.cs
parentb40991b28de1312bbd16855c30aa371921014787 (diff)
mono fixes
Diffstat (limited to 'MediaBrowser.Common.Implementations/HttpClientManager/HttpClientManager.cs')
-rw-r--r--MediaBrowser.Common.Implementations/HttpClientManager/HttpClientManager.cs5
1 files changed, 0 insertions, 5 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>