Skip to content

Commit

Permalink
Removing duplicate call
Browse files Browse the repository at this point in the history
  • Loading branch information
woody-apple committed Mar 26, 2024
1 parent 72bd295 commit 1517e65
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/darwin/Framework/CHIP/MTRDeviceControllerDataStore.mm
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,6 @@ - (nullable instancetype)initWithController:(MTRDeviceController *)controller
securityLevel:MTRStorageSecurityLevelSecure
sharingType:MTRStorageSharingTypeNotShared];
}
resumptionNodeList = [_storageDelegate controller:_controller
valueForKey:sResumptionNodeListKey
securityLevel:MTRStorageSecurityLevelSecure
sharingType:MTRStorageSharingTypeNotShared];
});
if (resumptionNodeList != nil) {
if (![resumptionNodeList isKindOfClass:[NSArray class]]) {
Expand Down

0 comments on commit 1517e65

Please sign in to comment.