diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-02-08 15:22:40 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-02-08 15:22:40 -0500 |
| commit | 3ffd95a6371c40246a8163c17da3626374685271 (patch) | |
| tree | ec8edbd7fb21337b495924ec587a9e8cce355968 /MediaBrowser.Server.Implementations/Library/Validators/PeoplePostScanTask.cs | |
| parent | d0f1a836216e87d6e03c7c3ebdbd78c0e7ddcf76 (diff) | |
minor cleanup
Diffstat (limited to 'MediaBrowser.Server.Implementations/Library/Validators/PeoplePostScanTask.cs')
| -rw-r--r-- | MediaBrowser.Server.Implementations/Library/Validators/PeoplePostScanTask.cs | 3 |
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; |
