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

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

Merge "Do not CloseGuard KernelID or FieldID"

am: 6b70eafa

Change-Id: I89390175e3404489991e599a74034e559a527435
parents 7791ac2e 6b70eafa
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");
        }
    }