summaryrefslogtreecommitdiffstats
path: root/compiler/driver/compiler_driver.cc
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/driver/compiler_driver.cc')
-rw-r--r--compiler/driver/compiler_driver.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler/driver/compiler_driver.cc b/compiler/driver/compiler_driver.cc
index d150ed0..cebe44f 100644
--- a/compiler/driver/compiler_driver.cc
+++ b/compiler/driver/compiler_driver.cc
@@ -2538,8 +2538,7 @@ bool CompilerDriver::IsStringInit(uint32_t method_index, const DexFile* dex_file
return inliner->IsStringInitMethodIndex(method_index);
}
-SafeMap<int32_t, int32_t> *CompilerDriver::GetStatusMap(Thread *)
-{
+SafeMap<int32_t, int32_t> *CompilerDriver::GetStatusMap(Thread *) {
return nullptr;
}