Procházet zdrojové kódy

Removed obsolete source file introduced by migration from Codeplex.

drieseng před 9 roky
rodič
revize
2240442ead
1 změnil soubory, kde provedl 0 přidání a 16 odebrání
  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);
-        }
-    }
-}