diff options
Diffstat (limited to 'runtime/base/mutex.h')
-rw-r--r-- | runtime/base/mutex.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/runtime/base/mutex.h b/runtime/base/mutex.h index 43ea3a2053..87c4afe96f 100644 --- a/runtime/base/mutex.h +++ b/runtime/base/mutex.h @@ -122,11 +122,6 @@ enum LockLevel { kInstrumentEntrypointsLock, kZygoteCreationLock, - // The highest valid lock level. Use this if there is code that should only be called with no - // other locks held. Since this is the highest lock level we also allow it to be held even if the - // runtime or current thread is not fully set-up yet (for example during thread attach). - kTopLockLevel, - kLockLevelCount // Must come last. }; std::ostream& operator<<(std::ostream& os, const LockLevel& rhs); |