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

@@ -144,7 +144,6 @@ namespace OpenRA.Platforms.Default
public void Dispose()
{
Dispose(true);
GC.SuppressFinalize(this);
}
void Dispose(bool disposing)