Skip to content

Commit

Permalink
Update DisposableHelper.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
WeihanLi authored Jan 3, 2024
1 parent 276d5f2 commit 28b0c9a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/WeihanLi.Common/Helpers/DisposableHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ public ValueTask DisposeAsync() =>

public sealed class DisposableAction : IDisposable, IAsyncDisposable
{
public static readonly DisposableAction Empty = new(null);

private Action? _disposeAction;

public DisposableAction(Action? disposeAction)
Expand Down

0 comments on commit 28b0c9a

Please sign in to comment.