Skip to content

Commit 4e25c49

Browse files
authored
Removed unused variable from CHIPoBLEConState struct (#37727)
1 parent 79270e3 commit 4e25c49

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)