Skip to content

Commit a6b3e93

Browse files
committed
subsys: remove unused code
Remove legacy call to `zb_enable_distributed()`. Signed-off-by: Eduardo Montoya <[email protected]>
1 parent 569b1a4 commit a6b3e93

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

subsys/osif/zb_nrf_platform.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -325,11 +325,6 @@ int zigbee_init(void)
325325
#elif defined(CONFIG_ZIGBEE_ROLE_ROUTER)
326326
zb_set_network_router_role(channel_mask);
327327

328-
/* Enable full distributed network operability. */
329-
#if (ZBOSS_MAJOR == 3U) && (ZBOSS_MINOR == 11U)
330-
zb_enable_distributed();
331-
#endif
332-
333328
#elif defined(CONFIG_ZIGBEE_ROLE_END_DEVICE)
334329
zb_set_network_ed_role(channel_mask);
335330
#else

0 commit comments

Comments
 (0)