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

Commit 5394fd04 authored by Charles He's avatar Charles He
Browse files

Remove duplicate lines due to automerger

Test: make
Bug: 30352311
Change-Id: Ic476be8fca733414589202701fe91e5eb47e97fb
parent 3e555495
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -90,9 +90,6 @@ public class PersistentDataBlockService extends SystemService {
    @GuardedBy("mLock")
    private boolean mIsWritable = true;

    @GuardedBy("mLock")
    private boolean mIsWritable = true;

    public PersistentDataBlockService(Context context) {
        super(context);
        mContext = context;