mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 11:37:28 +08:00
Remove unused variable
This commit is contained in:
parent
0718a55ad0
commit
6565c95b17
@ -218,7 +218,7 @@ namespace osu.Game.Database
|
||||
// Then check that the database we are about to attempt recovery can actually be recovered on this version..
|
||||
try
|
||||
{
|
||||
using (var realm = Realm.GetInstance(getConfiguration(recoveryFilename)))
|
||||
using (Realm.GetInstance(getConfiguration(recoveryFilename)))
|
||||
{
|
||||
// Don't need to do anything, just check that opening the realm works correctly.
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user