1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2024-12-25 17:17:02 +00:00

removed unused Housekeeping interface

This commit is contained in:
Mark McDowall 2013-09-18 12:15:12 -07:00
parent 487519a09f
commit 82933fbcc3

View file

@ -5,12 +5,7 @@
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;