Browse Source

remove unused variable

cyberta 4 years ago
parent
commit
01ddb01068
1 changed files with 0 additions and 1 deletions
  1. 0 1
      deltachat-ios/AppDelegate.swift

+ 0 - 1
deltachat-ios/AppDelegate.swift

@@ -451,7 +451,6 @@ class AppDelegate: UIResponder, UIApplicationDelegate, UNUserNotificationCenterD
     // MARK: - misc.
 
     func migrateToDcAccounts() {
-        let dcContext = DcContext()
         let dbHelper = DatabaseHelper()
         if let databaseLocation = dbHelper.unmanagedDatabaseLocation,
            dcAccounts.migrate(dbLocation: databaseLocation) == 0 {