Skip to content

Commit

Permalink
drop constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
martintmk committed Jul 26, 2023
1 parent faa77a2 commit 367411d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Polly.Core/Utils/OutcomeResilienceStrategy.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@
/// </remarks>
internal abstract class OutcomeResilienceStrategy<T> : ResilienceStrategy
{
protected OutcomeResilienceStrategy()
{
}

protected internal sealed override ValueTask<Outcome<TResult>> ExecuteCore<TResult, TState>(
Func<ResilienceContext, TState, ValueTask<Outcome<TResult>>> callback,
ResilienceContext context,
Expand Down

0 comments on commit 367411d

Please sign in to comment.