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

Commit 985e3320 authored by David Luhmer's avatar David Luhmer
Browse files

remove duplicate code



Signed-off-by: default avatarDavid Luhmer <david-dev@live.de>
parent 84e778af
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -76,10 +76,6 @@ public class AidlNetworkRequest extends NetworkRequest {
    };

    public void connect(String type) {
        if (mDestroyed) {
            throw new IllegalStateException("API already stopped");
        }

        super.connect(type);

        String componentName = Constants.PACKAGE_NAME_PROD;