Skip to content

Commit 569f797

Browse files
addaleaxMylesBorins
authored andcommitted
src: remove unimplemented method from node.h
This function was not actually available during any part of the Node 12 release line because it had been removed earlier (likely accidentally). Refs: #27220 PR-URL: #30098 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
1 parent c80a4d8 commit 569f797

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/node.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -280,12 +280,6 @@ class NODE_EXTERN MultiIsolatePlatform : public v8::Platform {
280280
void* data) = 0;
281281
};
282282

283-
// Set up some Node.js-specific defaults for `params`, in particular
284-
// the ArrayBuffer::Allocator if it is provided, memory limits, and
285-
// possibly a code event handler.
286-
NODE_EXTERN void SetIsolateCreateParams(v8::Isolate::CreateParams* params,
287-
ArrayBufferAllocator* allocator
288-
= nullptr);
289283
// Set a number of callbacks for the `isolate`, in particular the Node.js
290284
// uncaught exception listener.
291285
NODE_EXTERN void SetIsolateUpForNode(v8::Isolate* isolate);

0 commit comments

Comments
 (0)