We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bffb2a1 commit c26bd4aCopy full SHA for c26bd4a
src/Renci.SshNet/Compression/Zlib.cs
@@ -1,10 +1,6 @@
1
#if NET6_0_OR_GREATER
2
-using System.Diagnostics;
3
-using System;
4
using System.IO;
5
using System.IO.Compression;
6
-using System.Threading.Tasks;
7
-using System.Threading;
8
9
namespace Renci.SshNet.Compression
10
{
0 commit comments