Skip to content

Commit

Permalink
Remove unnecessary usings.
Browse files Browse the repository at this point in the history
Signed-off-by: Bradley Grainger <[email protected]>
  • Loading branch information
bgrainger committed Aug 24, 2024
1 parent 4c18c4e commit 3ae8fc1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/MySqlConnector/Core/ServerSession.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
using System.Net.Security;
using System.Net.Sockets;
using System.Reflection;
using System.Runtime.ConstrainedExecution;
using System.Security.Authentication;
using System.Security.Cryptography;
using System.Security.Cryptography.X509Certificates;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System.Buffers;
using MySqlConnector.Protocol.Payloads;
using MySqlConnector.Utilities;

namespace MySqlConnector.Protocol.Serialization;

Expand Down
1 change: 0 additions & 1 deletion tests/IntegrationTests/RedirectionTests.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#if !MYSQL_DATA
using System.Globalization;
using System.Net;
using System.Net.Sockets;

Expand Down

0 comments on commit 3ae8fc1

Please sign in to comment.