aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2021-06-11 23:36:10 +0200
committerBond_009 <bond.009@outlook.com>2021-06-11 23:36:10 +0200
commit383c2d73745345e4b6edc0f1b605851cd4062a83 (patch)
treec83d11d1fab2094a33ee228a13a794f17f9b8054 /Emby.Server.Implementations
parentadf406b1821800bbf1b214c4ac673defa362e4f4 (diff)
Remove useless nullable directives
Diffstat (limited to 'Emby.Server.Implementations')
-rw-r--r--Emby.Server.Implementations/Updates/InstallationManager.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/Emby.Server.Implementations/Updates/InstallationManager.cs b/Emby.Server.Implementations/Updates/InstallationManager.cs
index ba62857eb..b0921cbd8 100644
--- a/Emby.Server.Implementations/Updates/InstallationManager.cs
+++ b/Emby.Server.Implementations/Updates/InstallationManager.cs
@@ -1,7 +1,3 @@
-#nullable disable
-
-#nullable enable
-
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;