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

Commit 8d2b5930 authored by Jakub Tyszkowski's avatar Jakub Tyszkowski Committed by Jack He
Browse files

Csip: Remove unused variable

Bug: 230559809
Bug: 150670922
Tag: #feature
Test: atest BluetoothInstrumentationTests
Change-Id: If3912d5a82beff2ce78d1b0adae361e8190dcbe5
(cherry picked from commit 35b07586)
parent 7f5c7c66
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -57,7 +57,6 @@ public class CsipSetCoordinatorStateMachine extends StateMachine {
    private Disconnecting mDisconnecting;
    private Connected mConnected;
    private int mLastConnectionState = -1;
    private int mNumReceivers = 0;

    private CsipSetCoordinatorService mService;
    private CsipSetCoordinatorNativeInterface mNativeInterface;
@@ -513,14 +512,6 @@ public class CsipSetCoordinatorStateMachine extends StateMachine {
        }
    }

    public void setNumReceivers(int numReceivers) {
        mNumReceivers = numReceivers;
    }

    public int getNumReceivers() {
        return mNumReceivers;
    }

    // This method does not check for error condition (newState == prevState)
    private void csipConnectionState(int newState, int prevState) {
        log("Connection state " + mDevice + ": " + profileStateToString(prevState) + "->"