From 9daddd1b5f178e044575c9f6aab5da6b4bc52f07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Boh=C3=A1=C4=8Dek?= Date: Sat, 30 May 2020 14:58:31 +0200 Subject: [PATCH] Remove redundant code --- examples/csharp-dllexport/DllExportInjector/Program.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/csharp-dllexport/DllExportInjector/Program.cs b/examples/csharp-dllexport/DllExportInjector/Program.cs index 1969565..a2f67ac 100644 --- a/examples/csharp-dllexport/DllExportInjector/Program.cs +++ b/examples/csharp-dllexport/DllExportInjector/Program.cs @@ -122,8 +122,6 @@ namespace DllExportInjector }); CalculationResult calculationResult = result.To(); - bool freed = result.To(); - injectedModule.Process.Close(); Console.ReadLine(); } -- 2.48.1