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

Commit 3e7af16c authored by Chiachang Wang's avatar Chiachang Wang Committed by Gerrit Code Review
Browse files

Merge "Remove unused INetworkManagementService object" into main

parents 62df0d8d acbf628b
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -366,7 +366,6 @@ public class Vpn {

    private PendingIntent mStatusIntent;
    private volatile boolean mEnableTeardown = true;
    private final INetworkManagementService mNms;
    private final INetd mNetd;
    @VisibleForTesting
    @GuardedBy("this")
@@ -626,7 +625,6 @@ public class Vpn {
        mSubscriptionManager = mContext.getSystemService(SubscriptionManager.class);

        mDeps = deps;
        mNms = netService;
        mNetd = netd;
        mUserId = userId;
        mLooper = looper;