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

Commit 6d748391 authored by Dmitry Dementyev's avatar Dmitry Dementyev
Browse files

Remove AbstractAccountAuthenticator.mContext

The field is not used.

Test: N/A
Bug: 316841985
Change-Id: I07e054aa80d4e777f6adf80d3203049f6caae4ab
parent 31b1d040
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -142,10 +142,7 @@ public abstract class AbstractAccountAuthenticator {
    private static final String KEY_ACCOUNT =
            "android.accounts.AbstractAccountAuthenticator.KEY_ACCOUNT";

    private final Context mContext;

    public AbstractAccountAuthenticator(Context context) {
        mContext = context;
    }

    private class Transport extends IAccountAuthenticator.Stub {