Remove redundant code
1 files changed, 0 insertions(+), 2 deletions(-) M examples/csharp-dllexport/DllExportInjector/Program.cs
M examples/csharp-dllexport/DllExportInjector/Program.cs => examples/csharp-dllexport/DllExportInjector/Program.cs +0 -2
@@ 122,8 122,6 @@ namespace DllExportInjector }); CalculationResult calculationResult = result.To<CalculationResult>(); - bool freed = result.To<bool>(); - injectedModule.Process.Close(); Console.ReadLine(); }