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

Commit ce8a4ce2 authored by Brad Ebinger's avatar Brad Ebinger
Browse files

Remove unused method

When trying to cherry pick a merge conflict to master, this
unused method was accidently kept.

Test: Manual
Change-Id: Ide22b196ddea8c2009156e1af059e204a02b6ff7
parent fcd2ab1b
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -372,14 +372,6 @@ public class ProvisioningManager {
        }
    }

    private static SubscriptionManager getSubscriptionManager(Context context) {
        SubscriptionManager manager = context.getSystemService(SubscriptionManager.class);
        if (manager == null) {
            throw new RuntimeException("Could not find SubscriptionManager.");
        }
        return manager;
    }

    private static ITelephony getITelephony() {
        ITelephony binder = ITelephony.Stub.asInterface(
                ServiceManager.getService(Context.TELEPHONY_SERVICE));