aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common.Implementations/Updates/InstallationManager.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/Updates/InstallationManager.cs
parentb40991b28de1312bbd16855c30aa371921014787 (diff)
mono fixes
Diffstat (limited to 'MediaBrowser.Common.Implementations/Updates/InstallationManager.cs')
-rw-r--r--MediaBrowser.Common.Implementations/Updates/InstallationManager.cs5
1 files changed, 0 insertions, 5 deletions
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(),