aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Persistence/SqliteChapterRepository.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.Server.Implementations/Persistence/SqliteChapterRepository.cs
parentb40991b28de1312bbd16855c30aa371921014787 (diff)
mono fixes
Diffstat (limited to 'MediaBrowser.Server.Implementations/Persistence/SqliteChapterRepository.cs')
-rw-r--r--MediaBrowser.Server.Implementations/Persistence/SqliteChapterRepository.cs5
1 files changed, 0 insertions, 5 deletions
diff --git a/MediaBrowser.Server.Implementations/Persistence/SqliteChapterRepository.cs b/MediaBrowser.Server.Implementations/Persistence/SqliteChapterRepository.cs
index ff97bc40c..9121ae87b 100644
--- a/MediaBrowser.Server.Implementations/Persistence/SqliteChapterRepository.cs
+++ b/MediaBrowser.Server.Implementations/Persistence/SqliteChapterRepository.cs
@@ -188,11 +188,6 @@ namespace MediaBrowser.Server.Implementations.Persistence
throw new ArgumentNullException("chapters");
}
- if (cancellationToken == null)
- {
- throw new ArgumentNullException("cancellationToken");
- }
-
cancellationToken.ThrowIfCancellationRequested();
await _writeLock.WaitAsync(cancellationToken).ConfigureAwait(false);