mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-01-29 11:23:02 +02:00
removed unused Housekeeping interface
This commit is contained in:
parent
487519a09f
commit
82933fbcc3
@ -5,12 +5,7 @@ using NzbDrone.Core.Messaging.Commands;
|
||||
|
||||
namespace NzbDrone.Core.Housekeeping
|
||||
{
|
||||
public interface IHousekeepingService
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public class HousekeepingService : IHousekeepingService, IExecute<HousekeepingCommand>
|
||||
public class HousekeepingService : IExecute<HousekeepingCommand>
|
||||
{
|
||||
private readonly IEnumerable<IHousekeepingTask> _housekeepers;
|
||||
private readonly Logger _logger;
|
||||
|
Loading…
x
Reference in New Issue
Block a user