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

Commit 532a67c4 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

Change-Id: I1220dcc0ee27b8ba5650bf78cf9e8574b16e3486
parents 0dfadbef 1b74e324
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");
        }
    }