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/compiler.h b/compiler/compiler.h index fcd3434..01ca46e 100644 --- a/compiler/compiler.h +++ b/compiler/compiler.h
@@ -89,7 +89,7 @@ const DexFile& dex_file); protected: - explicit Compiler(CompilerDriver* driver, uint64_t warning) : + Compiler(CompilerDriver* driver, uint64_t warning) : driver_(driver), maximum_compilation_time_before_warning_(warning) { }