aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Updates
diff options
context:
space:
mode:
authorClaus Vium <cvium@users.noreply.github.com>2021-06-12 00:22:30 +0200
committerGitHub <noreply@github.com>2021-06-12 00:22:30 +0200
commitcb77f8ee28444c18dbbcbd99265d054ce2da02bc (patch)
treecbe701cd03f9050aeb2ae6fc5443f3fd0c58b584 /Emby.Server.Implementations/Updates
parentcfad97ff28339088ab86c40661bb407024285a7c (diff)
parent383c2d73745345e4b6edc0f1b605851cd4062a83 (diff)
Merge pull request #6172 from Bond-009/nullable6
Remove useless nullable directives
Diffstat (limited to 'Emby.Server.Implementations/Updates')
-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;