Skip to content

Commit

Permalink
Removed redundant constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
sakno committed Jan 13, 2024
1 parent 6211e4a commit 397754d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/DotNext/Threading/IInterlockedOperations.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
using System.Numerics;

namespace DotNext.Threading;

/// <summary>
/// Represents interlocked operations.
/// </summary>
/// <typeparam name="T">The type that supports interlocked operations.</typeparam>
public interface IInterlockedOperations<T>
where T : IEqualityOperators<T, T, bool>
{
/// <summary>
/// Reads the value of the specified location. On systems that require it, inserts a
Expand Down

0 comments on commit 397754d

Please sign in to comment.