From 4144ed6c99b560ba2b1f9a2fd82e4def431f877c Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Thu, 23 Nov 2023 20:33:37 -0500 Subject: [PATCH] Nullify `Process` --- src/Tgstation.Server.Host/System/Process.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Tgstation.Server.Host/System/Process.cs b/src/Tgstation.Server.Host/System/Process.cs index a505cee878..003f3b12e4 100644 --- a/src/Tgstation.Server.Host/System/Process.cs +++ b/src/Tgstation.Server.Host/System/Process.cs @@ -9,8 +9,6 @@ using Microsoft.Win32.SafeHandles; using Tgstation.Server.Host.IO; using Tgstation.Server.Host.Utils; -#nullable disable - namespace Tgstation.Server.Host.System { ///