diff --git a/src/Tgstation.Server.Host/Program.cs b/src/Tgstation.Server.Host/Program.cs index 47988e4d1c..b23633b7df 100644 --- a/src/Tgstation.Server.Host/Program.cs +++ b/src/Tgstation.Server.Host/Program.cs @@ -11,8 +11,6 @@ using Tgstation.Server.Host.Core; using Tgstation.Server.Host.Properties; using Tgstation.Server.Host.System; -using Process = System.Diagnostics.Process; - namespace Tgstation.Server.Host { /// @@ -42,7 +40,7 @@ namespace Tgstation.Server.Host /// Entrypoint for the . /// /// The command line arguments. - /// A resulting in the . + /// A resulting in the . public static async Task Main(string[] args) { // first arg is 100% always the update path, starting it otherwise is solely for debugging purposes