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

Commit 4484b4f1 authored by Henri Chataing's avatar Henri Chataing
Browse files

[ALPS07887466] remove dead code

Bug: 328842537
Fix: 328842537
Test: m com.android.btservices
Flag: EXEMPT, no logical change
Change-Id: I1028f24cf9380db58e5ead151264382303aba5c3
parent c08f0947
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -3914,9 +3914,9 @@ public:


    log::debug(
    log::debug(
            "active_group_id: {}\n audio_receiver_state: {}\n audio_sender_state: "
            "active_group_id: {}\n audio_receiver_state: {}\n audio_sender_state: "
            "{}\n configuration_context_type_: {}\n group {}\n",
            "{}\n configuration_context_type_: {}\n",
            active_group_id_, audio_receiver_state_, audio_sender_state_,
            active_group_id_, audio_receiver_state_, audio_sender_state_,
            ToHexString(configuration_context_type_), group ? " exist " : " does not exist ");
            ToHexString(configuration_context_type_));


    switch (audio_sender_state_) {
    switch (audio_sender_state_) {
      case AudioState::STARTED:
      case AudioState::STARTED: