Selaa lähdekoodia

Remove unused import.

drieseng 9 vuotta sitten
vanhempi
sitoutus
23bb333496
1 muutettua tiedostoa jossa 1 lisäystä ja 3 poistoa
  1. 1 3
      src/Renci.SshNet.Silverlight/Session.SilverlightShared.cs

+ 1 - 3
src/Renci.SshNet.Silverlight/Session.SilverlightShared.cs

@@ -1,6 +1,4 @@
-using System.Linq;
-
-namespace Renci.SshNet
+namespace Renci.SshNet
 {
     public partial class Session
     {