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

Commit e11afa83 authored by Rhed Jao's avatar Rhed Jao
Browse files

Remove unused field ProtectedPackages in the ComputerEngine

Bug: 201334238
Test: Build
Change-Id: I7cd85dffd19cb68d8e7b48456e3743d01f91c3bf
parent 112c5401
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -350,7 +350,6 @@ public class ComputerEngine implements Computer {
    private final CompilerStats mCompilerStats;
    private final BackgroundDexOptService mBackgroundDexOptService;
    private final PackageManagerInternal.ExternalSourcesPolicy mExternalSourcesPolicy;
    private final ProtectedPackages mProtectedPackages;

    // PackageManagerService attributes that are primitives are referenced through the
    // pms object directly.  Primitives are the only attributes so referenced.
@@ -402,7 +401,6 @@ public class ComputerEngine implements Computer {
        mCompilerStats = args.service.mCompilerStats;
        mBackgroundDexOptService = args.service.mBackgroundDexOptService;
        mExternalSourcesPolicy = args.service.mExternalSourcesPolicy;
        mProtectedPackages = args.service.mProtectedPackages;

        // Used to reference PMS attributes that are primitives and which are not
        // updated under control of the PMS lock.