diff --git a/core/lib.deno_core.d.ts b/core/lib.deno_core.d.ts index dcc50d2631..bd3729ed99 100644 --- a/core/lib.deno_core.d.ts +++ b/core/lib.deno_core.d.ts @@ -73,9 +73,6 @@ declare namespace Deno { */ function shutdown(rid: number): Promise; - /** Get heap stats for current isolate/worker */ - function heapStats(): Record; - /** Encode a string to its Uint8Array representation. */ function encode(input: string): Uint8Array;