deprecate unused method

I'd want to spend time validating correctness if we ever wanted to use
this.

// FREEBIE
pull/1/head
Michael Kirk 8 years ago
parent 9a444f4288
commit 9e74f38095

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

Loading…
Cancel
Save