File tree 1 file changed +0
-2
lines changed
1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ public static partial class Brainf_ckInterpreter
20
20
/// </summary>
21
21
/// <param name="configuration">The configuration to run</param>
22
22
/// <returns>An <see cref="Option{T}"/> of <see cref="InterpreterResult"/> instance with the results of the execution</returns>
23
- [ MethodImpl ( MethodImplOptions . NoInlining ) ]
24
23
public static Option < InterpreterSession > TryRun ( in DebugConfiguration configuration )
25
24
{
26
25
if ( configuration . InitialState is TuringMachineState initialState )
@@ -54,7 +53,6 @@ public static Option<InterpreterSession> TryRun(in DebugConfiguration configurat
54
53
/// </summary>
55
54
/// <param name="configuration">The configuration to run</param>
56
55
/// <returns>An <see cref="Option{T}"/> of <see cref="InterpreterResult"/> instance with the results of the execution</returns>
57
- [ MethodImpl ( MethodImplOptions . NoInlining ) ]
58
56
public static Option < InterpreterResult > TryRun ( in ReleaseConfiguration configuration )
59
57
{
60
58
using MemoryOwner < Brainf_ckOperation > ? operations = Brainf_ckParser . TryParse < Brainf_ckOperation > (
You can’t perform that action at this time.
0 commit comments