Skip to content

Commit 2d1a0cf

Browse files
remove useless usings
1 parent 1561302 commit 2d1a0cf

File tree

6 files changed

+1
-12
lines changed

6 files changed

+1
-12
lines changed

Code/ContextSystem/Contexts/MethodContext.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
using SER.Code.TokenSystem.Tokens;
1515
using SER.Code.ValueSystem;
1616
using MethodToken = SER.Code.TokenSystem.Tokens.MethodToken;
17-
using ReturningMethod = SER.Code.MethodSystem.BaseMethods.Synchronous.ReturningMethod;
1817

1918
namespace SER.Code.ContextSystem.Contexts;
2019

Code/MethodSystem/Methods/GeneralVariableMethods/GlobalVariableMethod.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
using JetBrains.Annotations;
22
using SER.Code.ArgumentSystem.Arguments;
33
using SER.Code.ArgumentSystem.BaseArguments;
4-
using SER.Code.Helpers.Exceptions;
54
using SER.Code.MethodSystem.BaseMethods.Synchronous;
65
using SER.Code.MethodSystem.MethodDescriptors;
7-
using SER.Code.TokenSystem.Tokens.VariableTokens;
86
using SER.Code.VariableSystem;
97

108
namespace SER.Code.MethodSystem.Methods.GeneralVariableMethods;

Code/MethodSystem/Methods/HTTPMethods/HTTPPostMethod.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
using Newtonsoft.Json.Linq;
44
using SER.Code.ArgumentSystem.Arguments;
55
using SER.Code.ArgumentSystem.BaseArguments;
6-
using SER.Code.Helpers;
76
using SER.Code.Helpers.Exceptions;
87
using SER.Code.MethodSystem.BaseMethods;
98
using SER.Code.MethodSystem.BaseMethods.Synchronous;

Code/MethodSystem/Methods/NumberMethods/HexToIntMethod.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using System.Globalization;
2-
using Exiled.Permissions.Commands.Permissions;
32
using JetBrains.Annotations;
43
using SER.Code.ArgumentSystem.Arguments;
54
using SER.Code.ArgumentSystem.BaseArguments;

Code/Plugin/Commands/HelpSystem/HelpCommand.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
using SER.Code.MethodSystem.BaseMethods;
1111
using SER.Code.MethodSystem.BaseMethods.Interfaces;
1212
using SER.Code.MethodSystem.BaseMethods.Synchronous;
13-
using SER.Code.MethodSystem.BaseMethods.Yielding;
1413
using SER.Code.MethodSystem.MethodDescriptors;
1514
using SER.Code.Plugin.Commands.Interfaces;
1615
using SER.Code.TokenSystem.Tokens;

Code/TokenSystem/Tokens/TextToken.cs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
1-
using System.Text.RegularExpressions;
2-
using SER.Code.Helpers;
3-
using SER.Code.Helpers.Exceptions;
4-
using SER.Code.Helpers.Extensions;
5-
using SER.Code.Helpers.ResultSystem;
1+
using SER.Code.Helpers.ResultSystem;
62
using SER.Code.ScriptSystem;
73
using SER.Code.TokenSystem.Slices;
84
using SER.Code.TokenSystem.Structures;
9-
using SER.Code.TokenSystem.Tokens.ExpressionTokens;
105
using SER.Code.ValueSystem;
116

127
namespace SER.Code.TokenSystem.Tokens;

0 commit comments

Comments
 (0)