aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/EntryPoints/KeepServerAwake.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Emby.Server.Implementations/EntryPoints/KeepServerAwake.cs')
-rw-r--r--Emby.Server.Implementations/EntryPoints/KeepServerAwake.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/EntryPoints/KeepServerAwake.cs b/Emby.Server.Implementations/EntryPoints/KeepServerAwake.cs
index 221580681..8ae85e390 100644
--- a/Emby.Server.Implementations/EntryPoints/KeepServerAwake.cs
+++ b/Emby.Server.Implementations/EntryPoints/KeepServerAwake.cs
@@ -60,7 +60,6 @@ namespace Emby.Server.Implementations.EntryPoints
_timer.Dispose();
_timer = null;
}
- GC.SuppressFinalize(this);
}
}
}