diff options
author | 2018-05-31 11:11:32 +0100 | |
---|---|---|
committer | 2018-05-31 13:56:49 +0100 | |
commit | 317892b756cd2a87c01928b09e99e020c86dea10 (patch) | |
tree | bb337ff8cd81c049e781afbd8c68b72ca30907fc /runtime/mirror/reference-inl.h | |
parent | 1539a11150ca9c28fec353b38508267c41d7814b (diff) |
Remove static GcRoot<>s from Class and ClassExt.
And clean up gc_root includes in runtime/mirror/.
Test: m test-art-host-gtest
Test: testrunner.py --host --optimizing
Bug: 31113334
Change-Id: Ib5c42a3a892ced4440720350a63a94bcf3a1ca75
Diffstat (limited to 'runtime/mirror/reference-inl.h')
-rw-r--r-- | runtime/mirror/reference-inl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/mirror/reference-inl.h b/runtime/mirror/reference-inl.h index c65f740a78..f8de6e6d90 100644 --- a/runtime/mirror/reference-inl.h +++ b/runtime/mirror/reference-inl.h @@ -19,7 +19,6 @@ #include "reference.h" -#include "gc_root-inl.h" #include "obj_ptr-inl.h" #include "runtime.h" |