Explorar el Código

remove unused variable

cyberta hace 4 años
padre
commit
01ddb01068
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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 {