diff options
Diffstat (limited to 'runtime/runtime.cc')
-rw-r--r-- | runtime/runtime.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/runtime.cc b/runtime/runtime.cc index d126fe979a..e42bbc20ef 100644 --- a/runtime/runtime.cc +++ b/runtime/runtime.cc @@ -1978,7 +1978,6 @@ void Runtime::VisitConstantRoots(RootVisitor* visitor) { // need to be visited once per GC since they never change. mirror::Class::VisitRoots(visitor); mirror::Constructor::VisitRoots(visitor); - mirror::Reference::VisitRoots(visitor); mirror::Method::VisitRoots(visitor); mirror::StackTraceElement::VisitRoots(visitor); mirror::String::VisitRoots(visitor); |