From eb263e265be7baf3778862213b7c1e278f88f460 Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Mon, 12 Mar 2018 18:11:42 -0300 Subject: [PATCH] Clean up ahead of PR. --- Signal/src/util/OWSBackupAPI.swift | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/Signal/src/util/OWSBackupAPI.swift b/Signal/src/util/OWSBackupAPI.swift index 8df721c18..bc38232c9 100644 --- a/Signal/src/util/OWSBackupAPI.swift +++ b/Signal/src/util/OWSBackupAPI.swift @@ -60,18 +60,6 @@ import CloudKit failure: failure) } - // @objc - // public class func upsertAttachmentToCloud(fileUrl: URL, - // success: @escaping (String) -> Swift.Void, - // failure: @escaping (Error) -> Swift.Void) { - // // We want to use a well-known record id and type for manifest files. - // upsertFileToCloud(fileUrl: fileUrl, - // recordName: manifestRecordName, - // recordType: signalBackupRecordType, - // success: success, - // failure: failure) - // } - @objc public class func upsertManifestFileToCloud(fileUrl: URL, success: @escaping (String) -> Swift.Void,