diff --git a/src/Renci.SshNet/Sftp/SftpFileStream.cs b/src/Renci.SshNet/Sftp/SftpFileStream.cs index 861b353aa..1b16ae320 100644 --- a/src/Renci.SshNet/Sftp/SftpFileStream.cs +++ b/src/Renci.SshNet/Sftp/SftpFileStream.cs @@ -292,15 +292,6 @@ internal SftpFileStream(ISftpSession session, string path, FileMode mode, FileAc Dispose(false); } - /// - /// Closes the current stream and releases any resources (such as sockets and file handles) associated with the current stream. - /// - public override void Close() - { - Dispose(true); - GC.SuppressFinalize(this); - } - /// /// Clears all buffers for this stream and causes any buffered data to be written to the file. ///