| Index: runtime/vm/thread_registry.h
|
| diff --git a/runtime/vm/thread_registry.h b/runtime/vm/thread_registry.h
|
| index 90d83f0b67876ca1739fbb5d66e0ecab0e08aadb..20f4d95d55da3a53a40d95ba0fc4afce8405145c 100644
|
| --- a/runtime/vm/thread_registry.h
|
| +++ b/runtime/vm/thread_registry.h
|
| @@ -188,9 +188,6 @@ class ThreadRegistry {
|
| return NULL;
|
| }
|
|
|
| - // NOTE: Lock should be taken before this function is called.
|
| - void ReclaimTimelineBlockLocked(Entry* entry);
|
| -
|
| // Note: Lock should be taken before this function is called.
|
| void CheckSafepointLocked();
|
|
|
|
|