mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-23 04:57:17 +01:00
Remove redundant code
This commit is contained in:
@@ -209,12 +209,6 @@ namespace Tgstation.Server.Host.System
|
||||
var id = idProvider();
|
||||
try
|
||||
{
|
||||
if (tcs.Task.IsCompleted)
|
||||
{
|
||||
logger.LogTrace("Skipping PID {0} exit handler as the TaskCompletionSource is already set", id);
|
||||
return;
|
||||
}
|
||||
|
||||
try
|
||||
{
|
||||
var exitCode = handle.ExitCode;
|
||||
|
||||
Reference in New Issue
Block a user