From a7a73b514b8fcca69f7aeb4a8ebb28e822f1d581 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Sat, 7 Sep 2024 14:50:36 -0400 Subject: [PATCH] Remove some unused `using`s --- tools/Tgstation.Server.ReleaseNotes/Program.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tools/Tgstation.Server.ReleaseNotes/Program.cs b/tools/Tgstation.Server.ReleaseNotes/Program.cs index 5ab07e4906..801d10e779 100644 --- a/tools/Tgstation.Server.ReleaseNotes/Program.cs +++ b/tools/Tgstation.Server.ReleaseNotes/Program.cs @@ -4,21 +4,17 @@ using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Diagnostics; -using System.IdentityModel.Tokens.Jwt; using System.IO; using System.Linq; using System.Net; using System.Net.Http; using System.Net.Sockets; using System.Security; -using System.Security.Cryptography; using System.Text; using System.Text.RegularExpressions; using System.Threading.Tasks; using System.Xml.Linq; -using Microsoft.IdentityModel.Tokens; - using Newtonsoft.Json; using Octokit;