From 0c0866f54e5abec493ae03aa013c2da40e16dd1d Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Sun, 4 Dec 2022 13:25:35 +0000 Subject: [PATCH] Cleanup static reference counter --- VpSharp/src/Internal/ObjectReferenceCounter.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/VpSharp/src/Internal/ObjectReferenceCounter.cs b/VpSharp/src/Internal/ObjectReferenceCounter.cs index 8b80672..73512d9 100644 --- a/VpSharp/src/Internal/ObjectReferenceCounter.cs +++ b/VpSharp/src/Internal/ObjectReferenceCounter.cs @@ -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()