From 3fdf703a60b1f3004a60e27af796adab5e97f205 Mon Sep 17 00:00:00 2001 From: Michael Kirk Date: Mon, 7 May 2018 10:38:50 -0400 Subject: [PATCH] PhoneNumberUtil is no longer a singleton // FREEBIE --- SignalServiceKit/src/Contacts/PhoneNumberUtil.m | 2 -- 1 file changed, 2 deletions(-) diff --git a/SignalServiceKit/src/Contacts/PhoneNumberUtil.m b/SignalServiceKit/src/Contacts/PhoneNumberUtil.m index 3f4e324ef..e91cd8eff 100644 --- a/SignalServiceKit/src/Contacts/PhoneNumberUtil.m +++ b/SignalServiceKit/src/Contacts/PhoneNumberUtil.m @@ -49,8 +49,6 @@ _nbPhoneNumberUtil = [[NBPhoneNumberUtil alloc] init]; _countryCodesFromCallingCodeCache = [NSMutableDictionary new]; _parsedPhoneNumberCache = [NSCache new]; - - OWSSingletonAssert(); } return self;