Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: DuendeSoftware/products
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 623bb66cfa8a3471ee4ffe0786d78e273a968935
Choose a base ref
..
head repository: DuendeSoftware/products
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 53274d3f90044b6dc93d70c7cc50006ab3fc442a
Choose a head ref
Showing with 0 additions and 2 deletions.
  1. +0 −2 identity-server/src/IdentityServer/Infrastructure/ConcurrencyLock/IKeyedConcurrencyLock.cs
Original file line number Diff line number Diff line change
@@ -2,8 +2,6 @@
// See LICENSE in the project root for license information.


using System.Threading.Tasks;

namespace Duende.IdentityServer.Internal;

public interface IKeyedConcurrencyLock<T>