From 3887c468d731420e929e6ad3acf190d5431e94fc Mon Sep 17 00:00:00 2001 From: Roland Levillain Date: Wed, 12 Aug 2015 18:15:42 +0100 Subject: Remove unnecessary `explicit` qualifiers on constructors. Change-Id: Id12e392ad50f66a6e2251a68662b7959315dc567 --- compiler/compiler.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler/compiler.h') diff --git a/compiler/compiler.h b/compiler/compiler.h index fcd3434e68..01ca46efd3 100644 --- a/compiler/compiler.h +++ b/compiler/compiler.h @@ -89,7 +89,7 @@ class Compiler { 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) { } -- cgit v1.2.3-59-g8ed1b