diff options
Diffstat (limited to 'runtime/object_lock.cc')
| -rw-r--r-- | runtime/object_lock.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/object_lock.cc b/runtime/object_lock.cc index 749fb5d0bd..f7accc0f31 100644 --- a/runtime/object_lock.cc +++ b/runtime/object_lock.cc @@ -47,7 +47,6 @@ void ObjectLock<T>::NotifyAll() { obj_->NotifyAll(self_); } -template class ObjectLock<mirror::ArtMethod>; template class ObjectLock<mirror::Class>; template class ObjectLock<mirror::Object>; |