Skip to content

Commit bce5a8f

Browse files
committed
Removed unused variable from CHIPoBLEConState struct
1 parent 43a8a9b commit bce5a8f

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)