소스 검색

remove dead code

cyberta 3 년 전
부모
커밋
ff17ff49b8
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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()