Remove GC.SuppressFinalize calls from classes without destructors

This commit is contained in:
KonH
2021-10-02 19:01:58 +07:00
committed by abcdefg30
parent 279e7eb1c9
commit 8bce6eb3ac
5 changed files with 0 additions and 5 deletions

View File

@@ -384,7 +384,6 @@ namespace OpenRA.Network
void IDisposable.Dispose()
{
Dispose(true);
GC.SuppressFinalize(this);
}
}
}