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

Commit 4d733f52 authored by Brad Fitzpatrick's avatar Brad Fitzpatrick Committed by Android Git Automerger
Browse files

am 8698c912: am b8332786: am d973bed3: Merge "Removing dead store; it was...

am 8698c912: am b8332786: am d973bed3: Merge "Removing dead store; it was likely a relict of debuging code."

* commit '8698c912':
  Removing dead store; it was likely a relict of debuging code.
parents 65cf7edf 8698c912
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -679,7 +679,6 @@ public final class BluetoothDeviceProfileState extends HierarchicalStateMachine
        @Override
        protected boolean processMessage(Message message) {
            log("IncomingA2dp State->Processing Message: " + message.what);
            Message deferMsg = new Message();
            switch(message.what) {
                case CONNECT_HFP_OUTGOING:
                    deferMessage(message);