From c262f09bd595255ccc7a29efd317e5c69a525194 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Mon, 18 Dec 2023 14:49:25 -0500 Subject: [PATCH] Nullify `PosixFilesystemLinkFactory` --- src/Tgstation.Server.Host/IO/PosixFilesystemLinkFactory.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Tgstation.Server.Host/IO/PosixFilesystemLinkFactory.cs b/src/Tgstation.Server.Host/IO/PosixFilesystemLinkFactory.cs index b5355d9aad..b80af9e122 100644 --- a/src/Tgstation.Server.Host/IO/PosixFilesystemLinkFactory.cs +++ b/src/Tgstation.Server.Host/IO/PosixFilesystemLinkFactory.cs @@ -5,8 +5,6 @@ using System.Threading.Tasks; using Mono.Unix; -#nullable disable - namespace Tgstation.Server.Host.IO { ///