Skip to content

Commit

Permalink
Removing duplicate call (project-chip#32732)
Browse files Browse the repository at this point in the history
  • Loading branch information
woody-apple authored Mar 26, 2024
1 parent 813181a commit 9f7d0a1
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 9f7d0a1

Please sign in to comment.