mirror of https://github.com/ppy/osu
Remove finalizer
This commit is contained in:
parent
96c6aeefe9
commit
9b9138253c
|
@ -165,11 +165,6 @@ private void addRuleset(Assembly assembly)
|
|||
}
|
||||
}
|
||||
|
||||
~RulesetStore()
|
||||
{
|
||||
Dispose(false);
|
||||
}
|
||||
|
||||
public void Dispose()
|
||||
{
|
||||
Dispose(true);
|
||||
|
|
Loading…
Reference in New Issue