Skip to content

Commit f94fbfd

Browse files
Dead code, no longer needed, causes duplicate checkins (project-chip#36051)
* Dead code, no longer needed * Restyled by clang-format --------- Co-authored-by: Restyled.io <commits@restyled.io>
1 parent 1988399 commit f94fbfd

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/darwin/Framework/CHIP/MTRDeviceController_XPC.mm

-7
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,6 @@ - (void)_unregisterNodeID:(NSNumber *)nodeID
8383
[self _updateRegistrationInfo];
8484
}
8585

86-
- (void)_checkinWithContext:(NSDictionary *)context
87-
{
88-
[self _updateRegistrationInfo];
89-
}
90-
9186
- (void)removeDevice:(MTRDevice *)device
9287
{
9388
[super removeDevice:device];
@@ -253,8 +248,6 @@ - (BOOL)_setupXPCConnection
253248
MTR_LOG("%@ Activating new XPC connection", self);
254249
[self.xpcConnection activate];
255250

256-
[self _checkinWithContext:[NSDictionary dictionary]];
257-
258251
// FIXME: Trying to kick all the MTRDevices attached to this controller to re-establish connections
259252
// This state needs to be stored properly and re-established at connnection time
260253

0 commit comments

Comments
 (0)