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

Commit ec63add7 authored by Cheney Ni's avatar Cheney Ni
Browse files

Remove UNUSED_ATTR from an used parameter

Bug: 185507179
Tag: #refactor
Test: TH
Change-Id: Ib09d6dd166160ec56d84d44ab9809e2c15c3fd71
parent 691b78da
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) {