From a3cdb174c99f7ee768e38881019a1e6c3e4dd9f0 Mon Sep 17 00:00:00 2001 From: "Evgeniy Andreev (gsomix)" Date: Sat, 13 Oct 2018 23:53:59 +0400 Subject: [PATCH] #658: remove attribute's duplicate --- .../Attributes/ParamsAllValuesAttribute.cs | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 src/BenchmarkDotNet.Core/Attributes/ParamsAllValuesAttribute.cs diff --git a/src/BenchmarkDotNet.Core/Attributes/ParamsAllValuesAttribute.cs b/src/BenchmarkDotNet.Core/Attributes/ParamsAllValuesAttribute.cs deleted file mode 100644 index 46e967dcdb..0000000000 --- a/src/BenchmarkDotNet.Core/Attributes/ParamsAllValuesAttribute.cs +++ /dev/null @@ -1,9 +0,0 @@ -using System; - -namespace BenchmarkDotNet.Attributes -{ - [AttributeUsage(AttributeTargets.Field | AttributeTargets.Property)] - public sealed class ParamsAllValuesAttribute : Attribute - { - } -} \ No newline at end of file