Skip to content

Commit

Permalink
remove TODO (#15456)
Browse files Browse the repository at this point in the history
  • Loading branch information
jepenven-silabs authored Feb 23, 2022
1 parent 22dc4c6 commit 9f09e52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/transport/SessionManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ class DLL_EXPORT SessionManager : public TransportMgrDelegate
return mUnauthenticatedSessions.AllocInitiator(ephemeralInitiatorNodeID, peerAddress, config);
}

// TODO: implements group sessions
Optional<SessionHandle> CreateGroupSession(GroupId group, chip::FabricIndex fabricIndex, NodeId sourceNodeId)
{
return mGroupSessions.AllocEntry(group, fabricIndex, sourceNodeId);
Expand Down

0 comments on commit 9f09e52

Please sign in to comment.