mirror of
https://github.com/oliverbooth/VpSharp
synced 2024-11-10 03:55:41 +00:00
Cleanup static reference counter
This commit is contained in:
parent
ee7d527ed8
commit
0c0866f54e
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user