mirror of
https://github.com/sshnet/SSH.NET.git
synced 2026-09-10 17:25:51 +00:00
Remove unused class.
This commit is contained in:
@@ -430,7 +430,6 @@
|
||||
<SubType>Code</SubType>
|
||||
</Compile>
|
||||
<Compile Include="Sftp\SftpOpenAsyncResult.cs" />
|
||||
<Compile Include="Sftp\SftpOpenDirAsyncResult.cs" />
|
||||
<Compile Include="Sftp\SftpReadAsyncResult.cs" />
|
||||
<Compile Include="Sftp\SftpRealPathAsyncResult.cs" />
|
||||
<Compile Include="Sftp\SftpSession.cs">
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
using Renci.SshNet.Common;
|
||||
using System;
|
||||
|
||||
namespace Renci.SshNet.Sftp
|
||||
{
|
||||
internal class SftpOpenDirAsyncResult : AsyncResult<byte[]>
|
||||
{
|
||||
public SftpOpenDirAsyncResult(AsyncCallback asyncCallback, object state) : base(asyncCallback, state)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user