diff --git a/Program.cs b/Program.cs index 2b6b782..71fccc3 100644 --- a/Program.cs +++ b/Program.cs @@ -62,11 +62,7 @@ public class Program .Select(i => i.Operand) .OfType() .FirstOrDefault(m => m.Name == "set_Sdk"); - - foreach (Instruction instruction in method.Body.Instructions) - { - - } + method.Body.Instructions.Clear(); method.Body.ExceptionHandlers.Clear();