From 6f7ba6322289bb39af9ba098594c1d0d77fc04c0 Mon Sep 17 00:00:00 2001 From: FenPhoenix <20834294+FenPhoenix@users.noreply.github.com> Date: Fri, 24 Jan 2025 22:03:14 -0800 Subject: [PATCH] Remove redundant thing --- AL_Common/IO/StreamReaderCustom.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/AL_Common/IO/StreamReaderCustom.cs b/AL_Common/IO/StreamReaderCustom.cs index c9e177355..5826ba6a6 100644 --- a/AL_Common/IO/StreamReaderCustom.cs +++ b/AL_Common/IO/StreamReaderCustom.cs @@ -4,9 +4,6 @@ using System.Collections.Generic; using System.IO; using System.Runtime.InteropServices; -#if ENABLE_UNUSED -using System.Runtime.InteropServices; -#endif using System.Text; namespace AL_Common;