summaryrefslogtreecommitdiff
path: root/runtime/dex_file.h
diff options
context:
space:
mode:
author Ian Rogers <irogers@google.com> 2014-09-13 08:11:17 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2014-09-13 08:11:17 +0000
commit0785b90a38f5f2f0d5a9e3890fd16dc63a3bca10 (patch)
treef461acc73a65791f5a1a5c0d2b7d42b35add9c5b /runtime/dex_file.h
parent9b43d91b21c83cb5fb3f618e3f8053fd7c39c906 (diff)
parentecaebd37bc9af576ddfe1be0bd4f3889e88d6f23 (diff)
Merge "Remove dex file index building mutex."
Diffstat (limited to 'runtime/dex_file.h')
-rw-r--r--runtime/dex_file.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/dex_file.h b/runtime/dex_file.h
index 1b46a12ae8..1cec264be0 100644
--- a/runtime/dex_file.h
+++ b/runtime/dex_file.h
@@ -979,7 +979,6 @@ class DexFile {
};
typedef std::unordered_map<const char*, const ClassDef*, UTF16HashCmp, UTF16HashCmp> Index;
mutable Atomic<Index*> class_def_index_;
- mutable Mutex build_class_def_index_mutex_ DEFAULT_MUTEX_ACQUIRED_AFTER;
};
std::ostream& operator<<(std::ostream& os, const DexFile& dex_file);