mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 16:43:52 +09:00
Remove unused variable
This commit is contained in:
@ -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..
|
// Then check that the database we are about to attempt recovery can actually be recovered on this version..
|
||||||
try
|
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.
|
// Don't need to do anything, just check that opening the realm works correctly.
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user