Skip to content

Commit cddeed3

Browse files
committed
Fixed warning.
1 parent a6eedcb commit cddeed3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Renci.SshNet/Abstractions/DiagnosticAbstraction.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
using System.Diagnostics;
2+
#if FEATURE_DIAGNOSTICS_TRACESOURCE
23
using System.Threading;
4+
#endif // FEATURE_DIAGNOSTICS_TRACESOURCE
35

46
namespace Renci.SshNet.Abstractions
57
{

0 commit comments

Comments
 (0)