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

Commit c7f34696 authored by Chris Manton's avatar Chris Manton
Browse files

legacy: Remove unused variable stack::a2dp_vendor_ldac_decoder

Bug: 191555414
Tag: #refactor
Test: gd/cert/run

Change-Id: I6ba6f7e046eb2baeda7f526bca96e2b376aac201
parent b94c13ac
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -218,10 +218,8 @@ bool a2dp_vendor_ldac_decoder_decode_packet(BT_HDR* p_buf) {
    return false;
  }

  LDACBT_SMPL_FMT_T fmt;
  int bs_bytes, frame_number;

  fmt = LDACBT_SMPL_FMT_S32;
  frame_number = (int)pBuffer[0];
  bs_bytes = (int)bytesValid;
  bytesValid -= 1;