BJShare: Remove unused variable

Remove warning in build
This commit is contained in:
flightlevel 2018-06-10 12:40:02 +10:00
parent 089d9f2e3d
commit 28ed7cc8a5
1 changed files with 0 additions and 1 deletions

View File

@ -262,7 +262,6 @@ namespace Jackett.Common.Indexers
string groupTitle = null;
string groupYearStr = null;
var categoryStr = "";
DateTime? groupPublishDate = null;
foreach (var row in rows)
{