We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1988399 commit f94fbfdCopy full SHA for f94fbfd
src/darwin/Framework/CHIP/MTRDeviceController_XPC.mm
@@ -83,11 +83,6 @@ - (void)_unregisterNodeID:(NSNumber *)nodeID
83
[self _updateRegistrationInfo];
84
}
85
86
-- (void)_checkinWithContext:(NSDictionary *)context
87
-{
88
- [self _updateRegistrationInfo];
89
-}
90
-
91
- (void)removeDevice:(MTRDevice *)device
92
{
93
[super removeDevice:device];
@@ -253,8 +248,6 @@ - (BOOL)_setupXPCConnection
253
248
MTR_LOG("%@ Activating new XPC connection", self);
254
249
[self.xpcConnection activate];
255
250
256
- [self _checkinWithContext:[NSDictionary dictionary]];
257
258
251
// FIXME: Trying to kick all the MTRDevices attached to this controller to re-establish connections
259
252
// This state needs to be stored properly and re-established at connnection time
260
0 commit comments