Pārlūkot izejas kodu

remove dead code

cyberta 3 gadi atpakaļ
vecāks
revīzija
ff17ff49b8
1 mainītis faili ar 0 papildinājumiem un 2 dzēšanām
  1. 0 2
      deltachat-ios/Controller/ChatListController.swift

+ 0 - 2
deltachat-ios/Controller/ChatListController.swift

@@ -352,8 +352,6 @@ class ChatListController: UITableViewController {
             }
         case .profile:
             safe_fatalError("CellData type profile not allowed")
-        default:
-            break
         }
         safe_fatalError("Could not find/dequeue or recycle UITableViewCell.")
         return UITableViewCell()