Clean up ahead of PR.

This commit is contained in:
Matthew Chen 2018-10-11 13:11:41 -04:00
parent 62d1fd2025
commit f5591ef7b7

View File

@ -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.