Skip to content

Commit 984566d

Browse files
committed
nimble/transport: Fix unused variable in socket transport
btaddr is not used anywhere in ble_hci_sock_cmdevt_tx function.
1 parent a724f0b commit 984566d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nimble/transport/socket/src/ble_hci_socket.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,6 @@ ble_hci_sock_acl_tx(struct os_mbuf *om)
333333
static int
334334
ble_hci_sock_cmdevt_tx(uint8_t *hci_ev, uint8_t h4_type)
335335
{
336-
uint8_t btaddr[6];
337336
struct msghdr msg;
338337
struct iovec iov[8];
339338
int len;

0 commit comments

Comments
 (0)