Skip to content

Commit

Permalink
Removed unused usings
Browse files Browse the repository at this point in the history
  • Loading branch information
AptiviCEO committed Jul 2, 2023
1 parent 889716a commit 907322a
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 17 deletions.
1 change: 0 additions & 1 deletion public/Nitrocid/ConsoleBase/ConsoleExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
using KS.Misc.Reflection;
using KS.Misc.Text;
using KS.Misc.Writers.ConsoleWriters;
using VT.NET;
using VT.NET.Tools;

namespace KS.ConsoleBase
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
using KS.Misc.Text;
using KS.Misc.Writers.ConsoleWriters;
using KS.Misc.Writers.FancyWriters;
using VT.NET;
using VT.NET.Tools;

namespace KS.ConsoleBase.Inputs.Styles
Expand Down
1 change: 0 additions & 1 deletion public/Nitrocid/Drivers/Console/BaseConsoleDriver.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
using ColorSeq;
using ColorTools = KS.ConsoleBase.Colors.ColorTools;
using con = System.Console;
using VT.NET;
using VT.NET.Tools;

namespace KS.Drivers.Console.Consoles
Expand Down
1 change: 0 additions & 1 deletion public/Nitrocid/Drivers/Console/Consoles/File.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.

using VT.NET;
using KS.Files.Querying;
using KS.Kernel.Debugging;
using KS.Languages;
Expand Down
1 change: 0 additions & 1 deletion public/Nitrocid/Drivers/Console/Consoles/FileSequence.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.

using VT.NET;
using KS.Files.Querying;
using KS.Kernel.Debugging;
using KS.Languages;
Expand Down
1 change: 0 additions & 1 deletion public/Nitrocid/Drivers/Regexp/BaseRegexpDriver.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.

using InxiFrontend;
using KS.Kernel.Exceptions;
using KS.Languages;
using System.Text.RegularExpressions;
Expand Down
2 changes: 1 addition & 1 deletion public/Nitrocid/Files/Filesystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
using System.IO;
using System.Linq;
using Extensification.StringExts;
using static Extensification.StringExts.Manipulation;
using KS.Files.Folders;
using KS.Files.Querying;
using KS.Languages;
using KS.Kernel.Debugging;
using KS.Kernel;
using KS.Kernel.Exceptions;
using KS.Kernel.Configuration;
using static Extensification.StringExts.Manipulation;

namespace KS.Files
{
Expand Down
1 change: 0 additions & 1 deletion public/Nitrocid/Misc/Splash/Splashes/Dots.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
using KS.Kernel.Debugging;
using KS.Misc.Writers.ConsoleWriters;
using KS.ConsoleBase;
using VT.NET;
using VT.NET.Tools;

namespace KS.Misc.Splash.Splashes
Expand Down
1 change: 0 additions & 1 deletion public/Nitrocid/Misc/Text/TextTools.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
using System;
using System.Collections.Generic;
using System.Text;
using VT.NET;
using VT.NET.Tools;

namespace KS.Misc.Text
Expand Down
2 changes: 0 additions & 2 deletions public/Nitrocid/Misc/Threading/KernelThread.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,9 @@
// along with this program. If not, see <https://www.gnu.org/licenses/>.

using System;
using System.CodeDom.Compiler;
using System.Collections.Generic;
using System.Linq;
using System.Threading;
using Extensification.ArrayExts;
using KS.Kernel.Debugging;
using KS.Kernel.Exceptions;
using KS.Languages;
Expand Down
1 change: 0 additions & 1 deletion public/Nitrocid/Network/RPC/RPCCommands.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
using KS.Misc.Writers.ConsoleWriters;
using KS.Kernel.Events;
using KS.Kernel.Exceptions;
using Renci.SshNet.Messages;

namespace KS.Network.RPC
{
Expand Down
4 changes: 0 additions & 4 deletions public/Nitrocid/Scripting/Conditions/Types/IsNot.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,8 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.

using FluentFTP.Helpers;
using KS.Drivers;
using KS.Kernel.Exceptions;
using KS.Languages;
using System;
using System.Collections.Generic;

namespace KS.Scripting.Conditions.Types
{
Expand Down
1 change: 0 additions & 1 deletion public/Nitrocid/Shell/Shells/UESH/Commands/Imaginary.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@

using KS.Languages;
using KS.Misc.Writers.ConsoleWriters;
using KS.Scripting.Interaction;
using KS.Shell.ShellBase.Commands;
using System;

Expand Down

0 comments on commit 907322a

Please sign in to comment.