Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ed855c09 authored by Chris Manton's avatar Chris Manton Committed by Automerger Merge Worker
Browse files

legacy: Remove unused var stack/hid/hidh_conn am: 680fd56e am: 68abb04d am: 2cc0a423

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1678930

Change-Id: Id4411f1e06a1713cd8da485c1586db3a72a97736
parents 76b62b9c 2cc0a423
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -164,7 +164,6 @@ static void hidh_l2cif_connect_ind(const RawAddress& bd_addr,
  tHID_CONN* p_hcon;
  bool bAccept = true;
  uint8_t i = HID_HOST_MAX_DEVICES;
  tHID_HOST_DEV_CTB* p_dev;

  HIDH_TRACE_EVENT("HID-Host Rcvd L2CAP conn ind, PSM: 0x%04x  CID 0x%x", psm,
                   l2cap_cid);
@@ -176,7 +175,6 @@ static void hidh_l2cif_connect_ind(const RawAddress& bd_addr,
  }

  p_hcon = &hh_cb.devices[i].conn;
  p_dev = &hh_cb.devices[i];

  /* Check we are in the correct state for this */
  if (psm == HID_PSM_INTERRUPT) {