mirror of
https://github.com/ppy/osu
synced 2025-01-11 08:39:31 +00:00
Remove easy to remove finalizers
This commit is contained in:
parent
a75537142d
commit
fa95929121
@ -54,10 +54,5 @@ namespace osu.Game.Database
|
||||
Dispose(true);
|
||||
GC.SuppressFinalize(this);
|
||||
}
|
||||
|
||||
~DatabaseWriteUsage()
|
||||
{
|
||||
Dispose(false);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -86,11 +86,6 @@ namespace osu.Game.Utils
|
||||
|
||||
#region Disposal
|
||||
|
||||
~SentryLogger()
|
||||
{
|
||||
Dispose(false);
|
||||
}
|
||||
|
||||
public void Dispose()
|
||||
{
|
||||
Dispose(true);
|
||||
|
Loading…
Reference in New Issue
Block a user