mirror of https://github.com/ppy/osu
Remove unused variable
This commit is contained in:
parent
0718a55ad0
commit
6565c95b17
|
@ -218,7 +218,7 @@ private void attemptRecoverFromFile(string recoveryFilename)
|
|||
// 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