Remove unnecessary directory creation.

This commit is contained in:
Dean Herbert 2016-10-27 17:33:17 +09:00
parent f16cc430f8
commit 801e4bbb0d

View File

@ -17,7 +17,6 @@ namespace osu.Desktop.Platform
public override SQLiteConnection GetDatabase(string name)
{
Directory.CreateDirectory(BasePath);
ISQLitePlatform platform;
if (RuntimeInfo.IsWindows)
platform = new SQLitePlatformWin32();