Respond to CR.

This commit is contained in:
Matthew Chen 2018-12-03 22:41:08 -05:00
parent f6b5a9eecc
commit 7506d93eaf
2 changed files with 0 additions and 11 deletions

View File

@ -38,7 +38,6 @@ NS_ASSUME_NONNULL_BEGIN
@property (nonatomic, nullable) NSNumber *uncompressedDataLength;
- (instancetype)init NS_UNAVAILABLE;
- (instancetype)initWithUniqueId:(NSString *)uniqueId NS_DESIGNATED_INITIALIZER;
@end

View File

@ -8,16 +8,6 @@ NS_ASSUME_NONNULL_BEGIN
@implementation OWSBackupFragment
- (instancetype)initWithUniqueId:(NSString *)uniqueId
{
self = [super initWithUniqueId:uniqueId];
if (!self) {
return self;
}
return self;
}
@end
NS_ASSUME_NONNULL_END