Skip to content

Commit

Permalink
remove now-obvious comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kiel-apple committed Aug 6, 2024
1 parent a1560ff commit d774007
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/darwin/Framework/CHIP/MTRDeviceController.mm
Original file line number Diff line number Diff line change
Expand Up @@ -988,7 +988,6 @@ - (MTRDevice *)_setupDeviceForNodeID:(NSNumber *)nodeID prefetchedClusterData:(N
{
os_unfair_lock_assert_owner(&_deviceMapLock);

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

0 comments on commit d774007

Please sign in to comment.