aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Library/Validators/PeoplePostScanTask.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-02-08 15:22:40 -0500
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-02-08 15:22:40 -0500
commit3ffd95a6371c40246a8163c17da3626374685271 (patch)
treeec8edbd7fb21337b495924ec587a9e8cce355968 /MediaBrowser.Server.Implementations/Library/Validators/PeoplePostScanTask.cs
parentd0f1a836216e87d6e03c7c3ebdbd78c0e7ddcf76 (diff)
minor cleanup
Diffstat (limited to 'MediaBrowser.Server.Implementations/Library/Validators/PeoplePostScanTask.cs')
-rw-r--r--MediaBrowser.Server.Implementations/Library/Validators/PeoplePostScanTask.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/MediaBrowser.Server.Implementations/Library/Validators/PeoplePostScanTask.cs b/MediaBrowser.Server.Implementations/Library/Validators/PeoplePostScanTask.cs
index 706ff67a7..86c5dbc4c 100644
--- a/MediaBrowser.Server.Implementations/Library/Validators/PeoplePostScanTask.cs
+++ b/MediaBrowser.Server.Implementations/Library/Validators/PeoplePostScanTask.cs
@@ -53,9 +53,6 @@ namespace MediaBrowser.Server.Implementations.Library.Validators
var masterDictionary = new Dictionary<string, Dictionary<Guid, Dictionary<CountType, int>>>(StringComparer.OrdinalIgnoreCase);
- // Populate counts of items
- //SetItemCounts(null, allLibraryItems, masterDictionary);
-
progress.Report(2);
var numComplete = 0;