From c4e9071700b4bc69b5fa2a10370ecfc734d0a68b Mon Sep 17 00:00:00 2001 From: vis2k Date: Sun, 29 Jan 2023 19:08:19 +0900 Subject: [PATCH] unused import --- Assets/Mirror/Core/NetworkWriterPool.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Assets/Mirror/Core/NetworkWriterPool.cs b/Assets/Mirror/Core/NetworkWriterPool.cs index 1517a4830..693517fc3 100644 --- a/Assets/Mirror/Core/NetworkWriterPool.cs +++ b/Assets/Mirror/Core/NetworkWriterPool.cs @@ -1,5 +1,4 @@ // API consistent with Microsoft's ObjectPool. -using System; using System.Runtime.CompilerServices; namespace Mirror