remove extra comments

This commit is contained in:
Jeremy Wu 2021-08-07 13:26:11 +10:00 committed by GitHub
parent 760333520c
commit 235fe4aacb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -233,7 +233,6 @@ namespace Flow.Launcher.Core.Plugin
{
// ReSharper disable once AccessToModifiedClosure
// Manually Check whether disposed
// ReSharper disable once AccessToDisposedClosure
if (!disposed && !process.HasExited)
// ReSharper disable once AccessToDisposedClosure
process.Kill();
@ -295,4 +294,4 @@ namespace Flow.Launcher.Core.Plugin
return Task.CompletedTask;
}
}
}
}