aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Health/IHealthMonitor.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Model/Health/IHealthMonitor.cs')
-rw-r--r--MediaBrowser.Model/Health/IHealthMonitor.cs12
1 files changed, 0 insertions, 12 deletions
diff --git a/MediaBrowser.Model/Health/IHealthMonitor.cs b/MediaBrowser.Model/Health/IHealthMonitor.cs
deleted file mode 100644
index a4f95c1bc..000000000
--- a/MediaBrowser.Model/Health/IHealthMonitor.cs
+++ /dev/null
@@ -1,12 +0,0 @@
-using System.Collections.Generic;
-using System.Threading;
-using System.Threading.Tasks;
-using MediaBrowser.Model.Notifications;
-
-namespace MediaBrowser.Model.Health
-{
- public interface IHealthMonitor
- {
- Task<List<Notification>> GetNotifications(CancellationToken cancellationToken);
- }
-}