aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCheney Ni <cheneyni@google.com>2021-06-24 19:41:27 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-06-24 19:41:27 +0000
commit1c780d7579e9ee9a89eb1c889864c421371b8dda (patch)
tree190bfc19db4b4bd40991d616114b12d912b70322
parentfe318776ba6613eb020138a2d31e08fe4006027e (diff)
parent772c3d98a586a4485e3795845cb29df9493b01ed (diff)
downloadbt-1c780d7579e9ee9a89eb1c889864c421371b8dda.tar.gz
Remove UNUSED_ATTR from an used parameter am: 772c3d98a5
Original change: https://googleplex-android-review.googlesource.com/c/platform/system/bt/+/15066893 Change-Id: Id9431cb5060354e57a8b57faf76039119e98b5f5
-rw-r--r--stack/avdt/avdt_scb_act.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/stack/avdt/avdt_scb_act.cc b/stack/avdt/avdt_scb_act.cc
index 123a26676..81293444b 100644
--- a/stack/avdt/avdt_scb_act.cc
+++ b/stack/avdt/avdt_scb_act.cc
@@ -652,7 +652,7 @@ void avdt_scb_hdl_setconfig_rej(AvdtpScb* p_scb, tAVDT_SCB_EVT* p_data) {
*
******************************************************************************/
void avdt_scb_snd_snk_delay_rpt_req(AvdtpScb* p_scb,
- UNUSED_ATTR tAVDT_SCB_EVT* p_data) {
+ UNUSED_ATTR tAVDT_SCB_EVT* p_data) {
if (p_scb->p_ccb == NULL) {
return;
}
@@ -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) {