From 9ff89df72086dc4814fa989665dcd931e9330017 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Mon, 18 Dec 2023 14:49:43 -0500 Subject: [PATCH] Nullify `PosixPostWriteHandler` --- src/Tgstation.Server.Host/IO/PosixPostWriteHandler.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Tgstation.Server.Host/IO/PosixPostWriteHandler.cs b/src/Tgstation.Server.Host/IO/PosixPostWriteHandler.cs index ec441813b1..a0f4f5a4c8 100644 --- a/src/Tgstation.Server.Host/IO/PosixPostWriteHandler.cs +++ b/src/Tgstation.Server.Host/IO/PosixPostWriteHandler.cs @@ -4,8 +4,6 @@ using Microsoft.Extensions.Logging; using Mono.Unix; using Mono.Unix.Native; -#nullable disable - namespace Tgstation.Server.Host.IO { ///