Skip to content

Commit

Permalink
Cleaned up unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCiliaVincenti committed Sep 9, 2024
1 parent 252e622 commit ae7896f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Backport.System.Threading.Lock/PreNet5Lock.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
using System;
using System.Runtime.CompilerServices;
using System.Threading;
#if NET9_0_OR_GREATER
[assembly: TypeForwardedTo(typeof(System.Threading.Lock))]
#endif
namespace Backport.System.Threading;
/// <summary>
/// A backport of .NET 9.0+'s System.Threading.Lock. Provides a way to get mutual exclusion in regions of code between different threads.
Expand Down

0 comments on commit ae7896f

Please sign in to comment.