diff --git a/ICD.Common.Utils/Threading/SafeMutex.cs b/ICD.Common.Utils/Threading/SafeMutex.cs index 2b2e631..1349af1 100644 --- a/ICD.Common.Utils/Threading/SafeMutex.cs +++ b/ICD.Common.Utils/Threading/SafeMutex.cs @@ -113,14 +113,6 @@ namespace ICD.Common.Utils _disposedValue = true; } } - - - // override finalizer only if 'Dispose(bool disposing)' has code to free unmanaged resources - // ~SafeMutex() - // { - // // Do not change this code. Put cleanup code in 'Dispose(bool disposing)' method - // Dispose(disposing: false); - // } /// public void Dispose()