From 04c044cb2bc0b71c7710e71550a7640ea2e36304 Mon Sep 17 00:00:00 2001 From: Adam Hathcock Date: Wed, 19 Nov 2025 15:49:55 +0000 Subject: [PATCH] Update tests/SharpCompress.Test/Zip/Zip64VersionConsistencyTests.cs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- tests/SharpCompress.Test/Zip/Zip64VersionConsistencyTests.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/SharpCompress.Test/Zip/Zip64VersionConsistencyTests.cs b/tests/SharpCompress.Test/Zip/Zip64VersionConsistencyTests.cs index 1685a86a..b8451a45 100644 --- a/tests/SharpCompress.Test/Zip/Zip64VersionConsistencyTests.cs +++ b/tests/SharpCompress.Test/Zip/Zip64VersionConsistencyTests.cs @@ -334,7 +334,6 @@ public class Zip64VersionConsistencyTests : WriterTests // Skip compressed data by reading compressed size from extra field if zip64 // For simplicity in this test, we'll just find the next signature - var searchBuffer = new byte[8192]; var found = false; while (fs.Position < fs.Length - 4)