diff options
| author | Claus Vium <cvium@users.noreply.github.com> | 2021-06-12 00:22:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-12 00:22:30 +0200 |
| commit | cb77f8ee28444c18dbbcbd99265d054ce2da02bc (patch) | |
| tree | cbe701cd03f9050aeb2ae6fc5443f3fd0c58b584 /Emby.Server.Implementations/Updates/InstallationManager.cs | |
| parent | cfad97ff28339088ab86c40661bb407024285a7c (diff) | |
| parent | 383c2d73745345e4b6edc0f1b605851cd4062a83 (diff) | |
Merge pull request #6172 from Bond-009/nullable6
Remove useless nullable directives
Diffstat (limited to 'Emby.Server.Implementations/Updates/InstallationManager.cs')
| -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; |
