Skip to content

Commit bca0e0f

Browse files
addaleaxtargos
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 <[email protected]> Reviewed-By: David Carlier <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Yongsheng Zhang <[email protected]> Reviewed-By: Jiawen Geng <[email protected]>
1 parent 3be9b22 commit bca0e0f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/node.h

-6
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)