mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-24 22:35:39 -04:00
removed dead code
This commit is contained in:
@@ -12,12 +12,7 @@ using NzbDrone.Core.Messaging.Events;
|
||||
|
||||
namespace NzbDrone.Core.Indexers
|
||||
{
|
||||
public interface IRssSyncService
|
||||
{
|
||||
List<DownloadDecision> Sync();
|
||||
}
|
||||
|
||||
public class RssSyncService : IRssSyncService, IExecute<RssSyncCommand>
|
||||
public class RssSyncService : IExecute<RssSyncCommand>
|
||||
{
|
||||
private readonly IFetchAndParseRss _rssFetcherAndParser;
|
||||
private readonly IMakeDownloadDecision _downloadDecisionMaker;
|
||||
@@ -45,7 +40,7 @@ namespace NzbDrone.Core.Indexers
|
||||
}
|
||||
|
||||
|
||||
public List<DownloadDecision> Sync()
|
||||
private List<DownloadDecision> Sync()
|
||||
{
|
||||
_logger.ProgressInfo("Starting RSS Sync");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user