diff options
Diffstat (limited to 'runtime/common_runtime_test.cc')
-rw-r--r-- | runtime/common_runtime_test.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/common_runtime_test.cc b/runtime/common_runtime_test.cc index f4cc1617a5..46240d4180 100644 --- a/runtime/common_runtime_test.cc +++ b/runtime/common_runtime_test.cc @@ -463,7 +463,6 @@ void CheckJniAbortCatcher::Hook(void* data, const std::string& reason) { extern "C" __attribute__((visibility("default"))) __attribute__((weak)) void ArtTestGlobalInit() { - LOG(ERROR) << "ArtTestGlobalInit in common_runtime_test"; } int main(int argc, char **argv) { |