delete old Reporting code.

This commit is contained in:
Keivan Beigi 2013-09-18 17:25:34 -07:00
commit ba634b75d6
6 changed files with 0 additions and 131 deletions

View file

@ -9,7 +9,6 @@ using NzbDrone.Common;
using NzbDrone.Common.Cache;
using NzbDrone.Common.EnvironmentInfo;
using NzbDrone.Common.Messaging;
using NzbDrone.Core.Messaging;
using NzbDrone.Core.Messaging.Events;
using NzbDrone.Test.Common.AutoMoq;
@ -62,7 +61,6 @@ namespace NzbDrone.Test.Common
}
}
protected Mock<RestProvider> MockedRestProvider { get; private set; }
protected int RandomNumber
{
@ -102,8 +100,6 @@ namespace NzbDrone.Test.Common
TempFolder = Path.Combine(Directory.GetCurrentDirectory(), "_temp_" + DateTime.Now.Ticks);
MockedRestProvider = new Mock<RestProvider>();
Directory.CreateDirectory(TempFolder);
}