Skip to content

Commit 2380234

Browse files
committed
Removed dead code
1 parent 3dd7110 commit 2380234

4 files changed

Lines changed: 0 additions & 69 deletions

File tree

src/FubarDev.FtpServer.Abstractions/ExtensionAnnouncementMode.cs

Lines changed: 0 additions & 27 deletions
This file was deleted.

src/FubarDev.FtpServer.Abstractions/IFtpCommandHandlerExtension.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@ public interface IFtpCommandHandlerExtension : IFtpCommandBase
2626
[NotNull]
2727
string ExtensionFor { get; }
2828

29-
/// <summary>
30-
/// Gets the extension announcement mode.
31-
/// </summary>
32-
ExtensionAnnouncementMode AnnouncementMode { get; }
33-
3429
/// <summary>
3530
/// Called to initialize the connection data.
3631
/// </summary>

src/FubarDev.FtpServer.Commands/CommandExtensions/FtpCommandHandlerExtension.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,6 @@ protected FtpCommandHandlerExtension([NotNull] string extensionFor, [NotNull] st
5858
/// <inheritdoc />
5959
public string ExtensionFor => _extensionFor ?? throw new InvalidOperationException("Obsolete property \"ExtensionFor\" called for a command handler extension.");
6060

61-
/// <summary>
62-
/// Gets or sets the extension announcement mode.
63-
/// </summary>
64-
[Obsolete("Use the FtpCommandHandlerExtension attribute instead.")]
65-
public ExtensionAnnouncementMode AnnouncementMode { get; set; } = ExtensionAnnouncementMode.Hidden;
66-
6761
/// <summary>
6862
/// Gets or sets the FTP command context.
6963
/// </summary>

src/FubarDev.FtpServer.Commands/FtpCommandExtensionExtensions.cs

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)