Skip to content

Commit 6d66abc

Browse files
arun-silabsgmarcosb
authored andcommittedMar 4, 2025
Removed unused variable from CHIPoBLEConState struct (project-chip#37727)
1 parent f0c77b6 commit 6d66abc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

‎src/platform/silabs/BLEManagerImpl.h

-3
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,6 @@ class BLEManagerImpl final : public BLEManager, private BleLayer, private BlePla
159159

160160
struct CHIPoBLEConState
161161
{
162-
#if !(SLI_SI91X_ENABLE_BLE || RSI_BLE_ENABLE)
163-
bd_addr address;
164-
#endif
165162
uint16_t mtu : 10;
166163
uint16_t allocated : 1;
167164
uint16_t subscribed : 1;

0 commit comments

Comments
 (0)