diff options
author | 2018-12-04 09:09:12 -0800 | |
---|---|---|
committer | 2018-12-06 11:37:19 -0800 | |
commit | 97b281129e556e6f3a91e9893f71ca45e7715e3f (patch) | |
tree | 3e90f0148f3f6d073a29b0bfcd774e0689fb9fb4 /runtime/mirror/string-alloc-inl.h | |
parent | 0bbac3089b5637103585b04774eea3d959c4f24d (diff) |
ART: Clean up base/utils.h
Remove dead code. Remove unnecessary includes.
Bug: 115837065
Bug: 119869270
Test: m
Change-Id: Ieb07546e9ebd476b7b1459fb8dd6cf5545d0af20
Diffstat (limited to 'runtime/mirror/string-alloc-inl.h')
-rw-r--r-- | runtime/mirror/string-alloc-inl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/mirror/string-alloc-inl.h b/runtime/mirror/string-alloc-inl.h index c026c676ff..c31eccff7c 100644 --- a/runtime/mirror/string-alloc-inl.h +++ b/runtime/mirror/string-alloc-inl.h @@ -23,7 +23,6 @@ #include "array.h" #include "base/bit_utils.h" #include "base/globals.h" -#include "base/utils.h" #include "class.h" #include "class_root.h" #include "gc/heap-inl.h" |