Skip to content

Commit 4506c30

Browse files
committed
dont do crazy stuff
1 parent 8765f4e commit 4506c30

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/BenchmarksApps/TLS/Kestrel/Program.cs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,6 @@
88

99
Console.WriteLine("Starting application...");
1010

11-
ProcessStartInfo processInfo = new ProcessStartInfo("/bin/bash", "openssl version")
12-
{
13-
RedirectStandardOutput = true,
14-
RedirectStandardError = true,
15-
};
16-
using Process process = Process.Start(processInfo)!;
17-
string output = process.StandardOutput.ReadToEnd();
18-
process.WaitForExit();
19-
Console.WriteLine(output);
20-
2111
var builder = WebApplication.CreateBuilder(args);
2212
builder.Logging.ClearProviders();
2313

0 commit comments

Comments
 (0)