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

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

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

* commit 'd973bed3':
  Removing dead store; it was likely a relict of debuging code.
parents e2e8da7c d973bed3
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -596,7 +596,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);