Cleanup static reference counter

This commit is contained in:
Oliver Booth 2022-12-04 13:25:35 +00:00
parent ee7d527ed8
commit 0c0866f54e
No known key found for this signature in database
GPG Key ID: 32A00B35503AF634
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@
internal static class ObjectReferenceCounter
{
private static readonly ReaderWriterLockSlim Rwl = new();
private static int s_reference = int.MinValue;
internal static int GetNextReference()