We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1560ff commit d774007Copy full SHA for d774007
src/darwin/Framework/CHIP/MTRDeviceController.mm
@@ -988,7 +988,6 @@ - (MTRDevice *)_setupDeviceForNodeID:(NSNumber *)nodeID prefetchedClusterData:(N
988
{
989
os_unfair_lock_assert_owner(&_deviceMapLock);
990
991
- // kmo: change to _Concrete
992
MTRDevice * deviceToReturn = [[MTRDevice alloc] initWithNodeID:nodeID controller:self];
993
// If we're not running, don't add the device to our map. That would
994
// create a cycle that nothing would break. Just return the device,
0 commit comments