Skip to content

Commit 783dc9e

Browse files
committed
zephyr: Remove leftover "entry" variable.
Signed-off-by: Daniel Campora <[email protected]>
1 parent da904b9 commit 783dc9e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ports/zephyr/modbluetooth_zephyr.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,6 @@ int mp_bluetooth_gatts_notify_indicate(uint16_t conn_handle, uint16_t value_hand
759759

760760
if (connection) {
761761
struct bt_gatt_attr *attr_val = mp_bt_zephyr_find_attr_by_handle(value_handle + 1);
762-
mp_bluetooth_gatts_db_entry_t *entry = mp_bluetooth_gatts_db_lookup(MP_STATE_PORT(bluetooth_zephyr_root_pointers)->gatts_db, value_handle + 2);
763762

764763
if (attr_val) {
765764
switch (gatts_op) {

0 commit comments

Comments
 (0)