Skip to content

Commit

Permalink
Update src/darwin/Framework/CHIP/MTRDevice.mm
Browse files Browse the repository at this point in the history
  • Loading branch information
woody-apple authored Jun 1, 2024
1 parent e568497 commit 678a894
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/darwin/Framework/CHIP/MTRDevice.mm
Original file line number Diff line number Diff line change
Expand Up @@ -3099,9 +3099,7 @@ - (void)_pruneClustersIn:(MTRDeviceDataValueDictionary)previousServerListValue
if ([path.endpoint isEqualToNumber:endpointID] && [toBeRemovedClusters containsObject:path.cluster])
[clusterPathsToRemove addObject:path];
}
}
}
[self _removeClusters:clusterPathsToRemove doRemoveFromDataStore:YES];
[self _removeClusters:clusterPathsToRemove doRemoveFromDataStore:YES];
}

- (void)_pruneAttributesIn:(MTRDeviceDataValueDictionary)previousAttributeListValue
Expand Down

0 comments on commit 678a894

Please sign in to comment.