Remove easy to remove finalizers

This commit is contained in:
Dean Herbert
2021-03-02 16:07:09 +09:00
parent a75537142d
commit fa95929121
2 changed files with 0 additions and 10 deletions

View File

@ -54,10 +54,5 @@ namespace osu.Game.Database
Dispose(true);
GC.SuppressFinalize(this);
}
~DatabaseWriteUsage()
{
Dispose(false);
}
}
}