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

Commit fef35050 authored by Yurii Zubrytskyi's avatar Yurii Zubrytskyi Committed by Android (Google) Code Review
Browse files

Merge "[res] Remove an unused variable" into main

parents 9d7ca93f b7c3a14c
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -188,8 +188,6 @@ public class Resources {
    private static final int MAX_THEME_REFS_FLUSH_SIZE = 512;
    private int mThemeRefsNextFlushSize = MIN_THEME_REFS_FLUSH_SIZE;

    private int mBaseApkAssetsSize;

    /** @hide */
    private static final Set<Resources> sResourcesHistory = Collections.synchronizedSet(
            Collections.newSetFromMap(
@@ -381,7 +379,6 @@ public class Resources {
            impl.setLocaleConfig(mResourcesImpl.getLocaleConfig());
        }

        mBaseApkAssetsSize = ArrayUtils.size(impl.getAssets().getApkAssets());
        mResourcesImpl = impl;

        // Rebase the ThemeImpls using the new ResourcesImpl.