mirror of
https://github.com/ppy/osu
synced 2025-01-11 16:49:39 +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);
|
Dispose(true);
|
||||||
GC.SuppressFinalize(this);
|
GC.SuppressFinalize(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
~DatabaseWriteUsage()
|
|
||||||
{
|
|
||||||
Dispose(false);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -86,11 +86,6 @@ namespace osu.Game.Utils
|
|||||||
|
|
||||||
#region Disposal
|
#region Disposal
|
||||||
|
|
||||||
~SentryLogger()
|
|
||||||
{
|
|
||||||
Dispose(false);
|
|
||||||
}
|
|
||||||
|
|
||||||
public void Dispose()
|
public void Dispose()
|
||||||
{
|
{
|
||||||
Dispose(true);
|
Dispose(true);
|
||||||
|
Loading…
Reference in New Issue
Block a user