From 397754d4351f5047b9ee9d416cfcde72c0b26574 Mon Sep 17 00:00:00 2001 From: sakno Date: Sat, 13 Jan 2024 13:49:36 +0200 Subject: [PATCH] Removed redundant constraint --- src/DotNext/Threading/IInterlockedOperations.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/DotNext/Threading/IInterlockedOperations.cs b/src/DotNext/Threading/IInterlockedOperations.cs index a24ce2c87..b4dd282e8 100644 --- a/src/DotNext/Threading/IInterlockedOperations.cs +++ b/src/DotNext/Threading/IInterlockedOperations.cs @@ -1,5 +1,3 @@ -using System.Numerics; - namespace DotNext.Threading; /// @@ -7,7 +5,6 @@ namespace DotNext.Threading; /// /// The type that supports interlocked operations. public interface IInterlockedOperations - where T : IEqualityOperators { /// /// Reads the value of the specified location. On systems that require it, inserts a