commit | 3887c468d731420e929e6ad3acf190d5431e94fc | [log] [tgz] |
---|---|---|
author | Roland Levillain <rpl@google.com> | Wed Aug 12 18:15:42 2015 +0100 |
committer | Roland Levillain <rpl@google.com> | Wed Aug 12 18:15:42 2015 +0100 |
tree | 67dacb849e722e33e118b97714a48e467c06cbd5 | |
parent | 6a5037eb3340e4c981fd7de3ff45167ee5b7fc82 [diff] [blame] |
Remove unnecessary `explicit` qualifiers on constructors. Change-Id: Id12e392ad50f66a6e2251a68662b7959315dc567
diff --git a/compiler/utils/dex_cache_arrays_layout.h b/compiler/utils/dex_cache_arrays_layout.h index 8f98ea1..2a109bd 100644 --- a/compiler/utils/dex_cache_arrays_layout.h +++ b/compiler/utils/dex_cache_arrays_layout.h
@@ -37,7 +37,7 @@ } // Construct a layout for a particular dex file. - explicit DexCacheArraysLayout(size_t pointer_size, const DexFile* dex_file); + DexCacheArraysLayout(size_t pointer_size, const DexFile* dex_file); bool Valid() const { return Size() != 0u;