Skip to content

Commit e765e04

Browse files
committed
refactor: Remove unnecessary message suppression
1 parent 7d287c7 commit e765e04

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/minuit2.net.Benchmarks/Benchmarks.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
using System.Diagnostics.CodeAnalysis;
21
using BenchmarkDotNet.Attributes;
32
using ExampleProblems;
43
using minuit2.net.CostFunctions;
54
using minuit2.net.Minimizers;
65

76
namespace minuit2.net.Benchmarks;
87

9-
[SuppressMessage("Performance", "CA1822:Mark members as static", Justification = "Benchmarks.NET only supports instance methods.")]
108
public class Benchmarks
119
{
1210
private readonly IMinimizer _minimizer = Minimizer.Migrad;

0 commit comments

Comments
 (0)