diff options
| author | Bond_009 <bond.009@outlook.com> | 2021-06-11 23:36:10 +0200 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2021-06-11 23:36:10 +0200 |
| commit | 383c2d73745345e4b6edc0f1b605851cd4062a83 (patch) | |
| tree | c83d11d1fab2094a33ee228a13a794f17f9b8054 /Emby.Server.Implementations/Updates | |
| parent | adf406b1821800bbf1b214c4ac673defa362e4f4 (diff) | |
Remove useless nullable directives
Diffstat (limited to 'Emby.Server.Implementations/Updates')
| -rw-r--r-- | Emby.Server.Implementations/Updates/InstallationManager.cs | 4 |
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; |
