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

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

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

* commit 'b8332786':
  Removing dead store; it was likely a relict of debuging code.
parents 074903a9 b8332786
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);