From 480d0bccb21fb9768448ae57c694f328a7ffd370 Mon Sep 17 00:00:00 2001 From: Sergio Pedri Date: Sun, 15 Sep 2024 17:58:16 +0200 Subject: [PATCH] Remove leftover [MethodImpl] attributes --- src/Brainf_ckSharp/Brainf_ckInterpreter.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Brainf_ckSharp/Brainf_ckInterpreter.cs b/src/Brainf_ckSharp/Brainf_ckInterpreter.cs index 508fb666..de89f18e 100644 --- a/src/Brainf_ckSharp/Brainf_ckInterpreter.cs +++ b/src/Brainf_ckSharp/Brainf_ckInterpreter.cs @@ -20,7 +20,6 @@ public static partial class Brainf_ckInterpreter /// /// The configuration to run /// An of instance with the results of the execution - [MethodImpl(MethodImplOptions.NoInlining)] public static Option TryRun(in DebugConfiguration configuration) { if (configuration.InitialState is TuringMachineState initialState) @@ -54,7 +53,6 @@ public static Option TryRun(in DebugConfiguration configurat /// /// The configuration to run /// An of instance with the results of the execution - [MethodImpl(MethodImplOptions.NoInlining)] public static Option TryRun(in ReleaseConfiguration configuration) { using MemoryOwner? operations = Brainf_ckParser.TryParse(