| Index: runtime/vm/malloc_hooks_unsupported.cc
|
| diff --git a/runtime/vm/malloc_hooks_unsupported.cc b/runtime/vm/malloc_hooks_unsupported.cc
|
| index 2f84af464d1491e639f1de0e6170473564925647..eccd953a6ed4560323c8ca032a7c3076b93d9e38 100644
|
| --- a/runtime/vm/malloc_hooks_unsupported.cc
|
| +++ b/runtime/vm/malloc_hooks_unsupported.cc
|
| @@ -51,11 +51,6 @@ void MallocHooks::PrintToJSONObject(JSONObject* jsobj) {
|
| }
|
|
|
|
|
| -Sample* MallocHooks::GetSample(const void* ptr) {
|
| - return NULL;
|
| -}
|
| -
|
| -
|
| intptr_t MallocHooks::allocation_count() {
|
| return 0;
|
| }
|
|
|