mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Cleaned up IndexerService and tests
This commit is contained in:
@@ -36,7 +36,6 @@ namespace NzbDrone.Core.Jobs
|
||||
|
||||
private ProgressNotification _notification;
|
||||
|
||||
|
||||
public JobController(NotificationProvider notificationProvider, IEnumerable<IJob> jobs, IJobRepository jobRepository, Logger logger)
|
||||
{
|
||||
StopWatch = new Stopwatch();
|
||||
@@ -61,7 +60,6 @@ namespace NzbDrone.Core.Jobs
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
public virtual void QueueScheduled()
|
||||
{
|
||||
lock (_executionLock)
|
||||
@@ -260,7 +258,5 @@ namespace NzbDrone.Core.Jobs
|
||||
_logger.Trace("resetting queue processor thread");
|
||||
_jobThread = new Thread(ProcessQueue) { Name = "JobQueueThread" };
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user