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

Commit 08380b65 authored by Cheney Ni's avatar Cheney Ni Committed by Automerger Merge Worker
Browse files

Remove UNUSED_ATTR from an used parameter am: a1d0f75d

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

Change-Id: Id9431cb5060354e57a8b57faf76039119e98b5f5
parents 4b261555 a1d0f75d
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -683,8 +683,7 @@ void avdt_scb_snd_snk_delay_rpt_req(AvdtpScb* p_scb,
 * Returns          Nothing.
 *
 ******************************************************************************/
void avdt_scb_hdl_setconfig_rsp(AvdtpScb* p_scb,
                                UNUSED_ATTR tAVDT_SCB_EVT* p_data) {
void avdt_scb_hdl_setconfig_rsp(AvdtpScb* p_scb, tAVDT_SCB_EVT* p_data) {
  tAVDT_EVT_HDR single;

  if (p_scb->p_ccb != NULL) {