Clean up ahead of PR.

pull/1/head
Matthew Chen 7 years ago
parent 62d1fd2025
commit f5591ef7b7

@ -23,12 +23,6 @@ NSString *const kDeliveryReceiptManagerCollection = @"kDeliveryReceiptManagerCol
// Should only be accessed on the serialQueue.
@property (nonatomic) BOOL isProcessing;
// A map of "recipient id"-to-"timestamp list" for delivery receipts that
// we will send to senders.
//
// Should only be accessed on the serialQueue.
@property (nonatomic, readonly) NSMutableDictionary<NSString *, NSMutableSet<NSNumber *> *> *deliveryReceiptMap;
@end
#pragma mark -
@ -50,8 +44,6 @@ NSString *const kDeliveryReceiptManagerCollection = @"kDeliveryReceiptManagerCol
_dbConnection = primaryStorage.newDatabaseConnection;
_deliveryReceiptMap = [NSMutableDictionary new];
OWSSingletonAssert();
// Start processing.

Loading…
Cancel
Save