Skip to content

Commit

Permalink
Removed dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
fubar-coder committed May 9, 2019
1 parent 3dd7110 commit 2380234
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 69 deletions.
27 changes: 0 additions & 27 deletions src/FubarDev.FtpServer.Abstractions/ExtensionAnnouncementMode.cs

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ public interface IFtpCommandHandlerExtension : IFtpCommandBase
[NotNull]
string ExtensionFor { get; }

/// <summary>
/// Gets the extension announcement mode.
/// </summary>
ExtensionAnnouncementMode AnnouncementMode { get; }

/// <summary>
/// Called to initialize the connection data.
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,6 @@ protected FtpCommandHandlerExtension([NotNull] string extensionFor, [NotNull] st
/// <inheritdoc />
public string ExtensionFor => _extensionFor ?? throw new InvalidOperationException("Obsolete property \"ExtensionFor\" called for a command handler extension.");

/// <summary>
/// Gets or sets the extension announcement mode.
/// </summary>
[Obsolete("Use the FtpCommandHandlerExtension attribute instead.")]
public ExtensionAnnouncementMode AnnouncementMode { get; set; } = ExtensionAnnouncementMode.Hidden;

/// <summary>
/// Gets or sets the FTP command context.
/// </summary>
Expand Down
31 changes: 0 additions & 31 deletions src/FubarDev.FtpServer.Commands/FtpCommandExtensionExtensions.cs

This file was deleted.

0 comments on commit 2380234

Please sign in to comment.