Skip to content

Commit d774007

Browse files
committedAug 6, 2024
remove now-obvious comment
1 parent a1560ff commit d774007

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/darwin/Framework/CHIP/MTRDeviceController.mm

-1
Original file line numberDiff line numberDiff line change
@@ -988,7 +988,6 @@ - (MTRDevice *)_setupDeviceForNodeID:(NSNumber *)nodeID prefetchedClusterData:(N
988988
{
989989
os_unfair_lock_assert_owner(&_deviceMapLock);
990990

991-
// kmo: change to _Concrete
992991
MTRDevice * deviceToReturn = [[MTRDevice alloc] initWithNodeID:nodeID controller:self];
993992
// If we're not running, don't add the device to our map. That would
994993
// create a cycle that nothing would break. Just return the device,

0 commit comments

Comments
 (0)