aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Sqlite/SQLiteUserDataRepository.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-04-10 12:04:13 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-04-10 12:04:13 -0400
commit7097b9aa7515fa437012fea82ab6c91db0ec8cda (patch)
tree95ccb9841fc3379606222df9ff65f64585e099af /MediaBrowser.Server.Implementations/Sqlite/SQLiteUserDataRepository.cs
parentff1db0a17341345cb5d625b9a44d02981ce131bf (diff)
resharper suggestions in server implementations
Diffstat (limited to 'MediaBrowser.Server.Implementations/Sqlite/SQLiteUserDataRepository.cs')
-rw-r--r--MediaBrowser.Server.Implementations/Sqlite/SQLiteUserDataRepository.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/Sqlite/SQLiteUserDataRepository.cs b/MediaBrowser.Server.Implementations/Sqlite/SQLiteUserDataRepository.cs
index 7c5d4cdca..467628a78 100644
--- a/MediaBrowser.Server.Implementations/Sqlite/SQLiteUserDataRepository.cs
+++ b/MediaBrowser.Server.Implementations/Sqlite/SQLiteUserDataRepository.cs
@@ -4,7 +4,6 @@ using MediaBrowser.Controller.Persistence;
using MediaBrowser.Model.Logging;
using MediaBrowser.Model.Serialization;
using System;
-using System.Collections.Generic;
using System.Data;
using System.IO;
using System.Threading;