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

Commit 539c9865 authored by Yang Ni's avatar Yang Ni Committed by android-build-merger
Browse files

Merge "Do not CloseGuard KernelID or FieldID" am: 6b70eafa am: d25acf10 am: 1b74e324

am: 532a67c4

Change-Id: Ie19e224a261c08063c2078b2ad8c4ead238102ab
parents c9fc98af 532a67c4
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -41,7 +41,6 @@ public class Script extends BaseObj {
            mScript = s;
            mSlot = slot;
            mSig = sig;
            guard.open("destroy");
        }
    }

@@ -119,7 +118,6 @@ public class Script extends BaseObj {
            super(id, rs);
            mScript = s;
            mSlot = slot;
            guard.open("destroy");
        }
    }