Bladeren bron

Removed obsolete source file introduced by migration from Codeplex.

drieseng 9 jaren geleden
bovenliggende
commit
2240442ead
1 gewijzigde bestanden met toevoegingen van 0 en 16 verwijderingen
  1. 0 16
      src/Renci.SshNet/PasswordConnectionInfo.NET40.cs

+ 0 - 16
src/Renci.SshNet/PasswordConnectionInfo.NET40.cs

@@ -1,16 +0,0 @@
-using System.Threading.Tasks;
-using System;
-
-namespace Renci.SshNet
-{
-    /// <summary>
-    /// Provides connection information when password authentication method is used
-    /// </summary>
-    public partial class PasswordConnectionInfo 
-    {
-        partial void ExecuteThread(Action action)
-        {
-            Task.Factory.StartNew(action);
-        }
-    }
-}