Skip to content

Commit 9f7d0a1

Browse files
authored
Removing duplicate call (#32732)
1 parent 813181a commit 9f7d0a1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/darwin/Framework/CHIP/MTRDeviceControllerDataStore.mm

-4
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,6 @@ - (nullable instancetype)initWithController:(MTRDeviceController *)controller
131131
securityLevel:MTRStorageSecurityLevelSecure
132132
sharingType:MTRStorageSharingTypeNotShared];
133133
}
134-
resumptionNodeList = [_storageDelegate controller:_controller
135-
valueForKey:sResumptionNodeListKey
136-
securityLevel:MTRStorageSecurityLevelSecure
137-
sharingType:MTRStorageSharingTypeNotShared];
138134
});
139135
if (resumptionNodeList != nil) {
140136
if (![resumptionNodeList isKindOfClass:[NSArray class]]) {

0 commit comments

Comments
 (0)