We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 813181a commit 9f7d0a1Copy full SHA for 9f7d0a1
src/darwin/Framework/CHIP/MTRDeviceControllerDataStore.mm
@@ -131,10 +131,6 @@ - (nullable instancetype)initWithController:(MTRDeviceController *)controller
131
securityLevel:MTRStorageSecurityLevelSecure
132
sharingType:MTRStorageSharingTypeNotShared];
133
}
134
- resumptionNodeList = [_storageDelegate controller:_controller
135
- valueForKey:sResumptionNodeListKey
136
- securityLevel:MTRStorageSecurityLevelSecure
137
- sharingType:MTRStorageSharingTypeNotShared];
138
});
139
if (resumptionNodeList != nil) {
140
if (![resumptionNodeList isKindOfClass:[NSArray class]]) {
0 commit comments