commit | 53b61314370c49354ed6f8d616d6a9a182410fc1 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Fri Aug 12 18:28:20 2011 -0700 |
committer | Elliott Hughes <enh@google.com> | Fri Aug 12 18:28:34 2011 -0700 |
tree | e744dfef8b45438bb992b08633439522095cd967 | |
parent | 5511f2161d71ac67a9bc140cbbca5d9637ab7499 [diff] [blame] |
Use the UNIMPLEMENTED macro everywhere. As suggested in review. Change-Id: Ic14c91a622b545b4800ef021dfb501fb09cbda9d
diff --git a/src/space.cc b/src/space.cc index 217c2ee..10d5f93 100644 --- a/src/space.cc +++ b/src/space.cc
@@ -129,7 +129,7 @@ } void Space::Grow(size_t new_size) { - LOG(FATAL) << "Unimplemented"; + UNIMPLEMENTED(FATAL); } } // namespace art