Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
fubar-coder committed Oct 8, 2021
1 parent 6ff4349 commit a265c05
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// Copyright (c) Fubar Development Junker. All rights reserved.
// </copyright>

using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
using FubarDev.FtpServer.AccountManagement;
using FubarDev.FtpServer.AccountManagement.Directories.RootPerUser;
using FubarDev.FtpServer.AccountManagement.Directories.SingleRootWithoutHome;
using FubarDev.FtpServer.ConnectionChecks;
using FubarDev.FtpServer.FileSystem;

using Microsoft.Extensions.DependencyInjection;
Expand Down
2 changes: 0 additions & 2 deletions src/FubarDev.FtpServer.FileSystem.Unix/UnixDirectoryEntry.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

using System.Security.Claims;

using FubarDev.FtpServer.AccountManagement;

using Mono.Unix;

namespace FubarDev.FtpServer.FileSystem.Unix
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

using System.Security.Claims;

using FubarDev.FtpServer.AccountManagement;
using FubarDev.FtpServer.FileSystem.Generic;
namespace FubarDev.FtpServer.FileSystem.Unix
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
// Copyright (c) Fubar Development Junker. All rights reserved.
// </copyright>

using System.Threading;
using System.Threading.Tasks;

namespace FubarDev.FtpServer.ConnectionHandlers
{
/// <summary>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
using FubarDev.FtpServer.Features;
using FubarDev.FtpServer.ServerCommands;

using Microsoft.Extensions.DependencyInjection;

namespace FubarDev.FtpServer.ServerCommandHandlers
{
/// <summary>
Expand Down

0 comments on commit a265c05

Please sign in to comment.