| Index: runtime/vm/thread_registry.h
|
| diff --git a/runtime/vm/thread_registry.h b/runtime/vm/thread_registry.h
|
| index d09d39cda3258706cc772784e2761dbb2036c210..0742d22095d30fa92d3fa6d2a3d74c4296d21a69 100644
|
| --- a/runtime/vm/thread_registry.h
|
| +++ b/runtime/vm/thread_registry.h
|
| @@ -37,8 +37,6 @@ class ThreadRegistry {
|
| void PrintJSON(JSONStream* stream) const;
|
| #endif
|
|
|
| - // Calculates the sum of the max memory usage in bytes of each thread.
|
| - uint ThreadHighWatermarksTotalLocked() const;
|
| intptr_t CountZoneHandles() const;
|
| intptr_t CountScopedHandles() const;
|
|
|
|
|