Skip to content

Commit 5857773

Browse files
committed
Remove unused constant.
1 parent f1a89ed commit 5857773

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/BenchmarkDotNet/Toolchains/InProcess/Emit/Implementation/Runnable/RunnableConstants.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ public class RunnableConstants
3535
public const string InvokeCountParamName = "invokeCount";
3636

3737
public const string DummyParamName = "_";
38-
public const string DisassemblerDefaultValueHolderName = "__disassemblerDefaultValueHolder";
3938

4039
public const string GlobalSetupMethodName = "GlobalSetup";
4140
public const string GlobalCleanupMethodName = "GlobalCleanup";

0 commit comments

Comments
 (0)