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

Commit 7d462b98 authored by Bart Sears's avatar Bart Sears
Browse files

Fix the build

Remove duplicate lines (most likely added by auto-merger).

Change-Id: Ib0d90012a40e83f7b9a1fd0001dfeb6f3b56ff1a
parent 2f310da5
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -123,11 +123,6 @@ public class StorageManager {
    private static final String INTERNAL_STORAGE_SECTOR_SIZE =
            "/sys/block/mmcblk0/queue/hw_sector_size";

    private static final String INTERNAL_STORAGE_SIZE_PATH =
            "/sys/block/mmcblk0/size";
    private static final String INTERNAL_STORAGE_SECTOR_SIZE =
            "/sys/block/mmcblk0/queue/hw_sector_size";

    private final Context mContext;
    private final ContentResolver mResolver;