From 9e74f380957a200e65b300d528c0d535d4934186 Mon Sep 17 00:00:00 2001 From: Michael Kirk Date: Thu, 6 Apr 2017 18:54:03 -0400 Subject: [PATCH] deprecate unused method I'd want to spend time validating correctness if we ever wanted to use this. // FREEBIE --- src/Storage/AxolotlStore/TSStorageManager+SessionStore.m | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Storage/AxolotlStore/TSStorageManager+SessionStore.m b/src/Storage/AxolotlStore/TSStorageManager+SessionStore.m index 53afc1892..11b1f3e66 100644 --- a/src/Storage/AxolotlStore/TSStorageManager+SessionStore.m +++ b/src/Storage/AxolotlStore/TSStorageManager+SessionStore.m @@ -39,6 +39,9 @@ void AssertIsOnSessionStoreQueue() - (NSArray *)subDevicesSessions:(NSString *)contactIdentifier { + // Deprecated. We aren't currently using this anywhere, but it's "required" by the SessionStore protocol. + // If we are going to start using it I'd want to re-verify it works as intended. + OWSAssert(NO); AssertIsOnSessionStoreQueue(); NSDictionary *dictionary =