diff options
Diffstat (limited to 'runtime/base/locks.h')
-rw-r--r-- | runtime/base/locks.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/base/locks.h b/runtime/base/locks.h index c3518f3ccc..4b85df0ea6 100644 --- a/runtime/base/locks.h +++ b/runtime/base/locks.h @@ -129,9 +129,6 @@ enum LockLevel : uint8_t { kMutatorLock, kInstrumentEntrypointsLock, - // This is a generic lock level for a top-level lock meant to be gained after having the - // UserCodeSuspensionLock. - kPostUserCodeSuspensionTopLevelLock, kUserCodeSuspensionLock, kZygoteCreationLock, |