diff options
| author | Stepan Goremykin <goremukin@gmail.com> | 2023-10-08 00:50:02 +0200 |
|---|---|---|
| committer | Stepan Goremykin <goremukin@gmail.com> | 2023-10-08 00:50:02 +0200 |
| commit | f84469d50029801003e76cfe8a156d559182432d (patch) | |
| tree | 3da3a3a065539ae5cb7dc9fa3fdacc3c8e6d67ee /Jellyfin.Networking/Extensions/NetworkExtensions.cs | |
| parent | 963d8e66a2253dd421925b56497581e93ab07aff (diff) | |
Remove redundant using directives
Diffstat (limited to 'Jellyfin.Networking/Extensions/NetworkExtensions.cs')
| -rw-r--r-- | Jellyfin.Networking/Extensions/NetworkExtensions.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Jellyfin.Networking/Extensions/NetworkExtensions.cs b/Jellyfin.Networking/Extensions/NetworkExtensions.cs index 910a33c0f..1b5afee55 100644 --- a/Jellyfin.Networking/Extensions/NetworkExtensions.cs +++ b/Jellyfin.Networking/Extensions/NetworkExtensions.cs @@ -1,7 +1,6 @@ using System; using System.Collections.Generic; using System.Diagnostics.CodeAnalysis; -using System.Linq; using System.Net; using System.Net.Sockets; using System.Text.RegularExpressions; |
