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 25e503cbdc..7008539154 100644 --- a/runtime/base/locks.h +++ b/runtime/base/locks.h @@ -97,7 +97,6 @@ enum LockLevel : uint8_t { kTracingStreamingLock, kClassLoaderClassesLock, kDefaultMutexLevel, - kDexCacheLock, kDexLock, kMarkSweepLargeObjectLock, kJdwpObjectRegistryLock, @@ -291,8 +290,6 @@ class Locks { static ReaderWriterMutex* dex_lock_ ACQUIRED_AFTER(modify_ldt_lock_); - static Mutex* dex_cache_lock_ ACQUIRED_AFTER(dex_lock_); - // Guards opened oat files in OatFileManager. static ReaderWriterMutex* oat_file_manager_lock_ ACQUIRED_AFTER(dex_lock_); |