From 2c4257be8191c5eefde744e8965fcefc80a0a97d Mon Sep 17 00:00:00 2001 From: Ian Rogers Date: Fri, 24 Oct 2014 14:20:06 -0700 Subject: Tidy logging code not using UNIMPLEMENTED. Change-Id: I7a79c1671a6ff8b2040887133b3e0925ef9a3cfe --- compiler/utils/arena_object.h | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler/utils/arena_object.h') diff --git a/compiler/utils/arena_object.h b/compiler/utils/arena_object.h index 50909f7532..8f6965edc5 100644 --- a/compiler/utils/arena_object.h +++ b/compiler/utils/arena_object.h @@ -31,6 +31,7 @@ class ArenaObject { void operator delete(void*, size_t) { LOG(FATAL) << "UNREACHABLE"; + UNREACHABLE(); } }; -- cgit v1.2.3-59-g8ed1b