From 6f285dd917bd0757841ecfc9602b69226bd4247d Mon Sep 17 00:00:00 2001 From: Cyberboss Date: Thu, 9 Aug 2018 15:14:31 -0400 Subject: [PATCH] Removes unused using --- src/Tgstation.Server.Host/Core/Application.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Tgstation.Server.Host/Core/Application.cs b/src/Tgstation.Server.Host/Core/Application.cs index ddb2abb546..79bdb9b6c0 100644 --- a/src/Tgstation.Server.Host/Core/Application.cs +++ b/src/Tgstation.Server.Host/Core/Application.cs @@ -15,7 +15,6 @@ using Newtonsoft.Json; using System; using System.Globalization; using System.IdentityModel.Tokens.Jwt; -using System.Linq; using System.Reflection; using System.Runtime.InteropServices; using System.Threading.Tasks;