Skip to content

Commit c26bd4a

Browse files
committed
stylecop fix
1 parent bffb2a1 commit c26bd4a

File tree

1 file changed

+0
-4
lines changed
  • src/Renci.SshNet/Compression

1 file changed

+0
-4
lines changed

src/Renci.SshNet/Compression/Zlib.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
#if NET6_0_OR_GREATER
2-
using System.Diagnostics;
3-
using System;
42
using System.IO;
53
using System.IO.Compression;
6-
using System.Threading.Tasks;
7-
using System.Threading;
84

95
namespace Renci.SshNet.Compression
106
{

0 commit comments

Comments
 (0)