Skip to content

Commit 44968f0

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 <[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 c2c74fc commit 44968f0

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/node.h

-7
Original file line numberDiff line numberDiff line change
@@ -286,13 +286,6 @@ class NODE_EXTERN MultiIsolatePlatform : public v8::Platform {
286286
void* data) = 0;
287287
};
288288

289-
// Set up some Node.js-specific defaults for `params`, in particular
290-
// the ArrayBuffer::Allocator if it is provided, memory limits, and
291-
// possibly a code event handler.
292-
NODE_EXTERN void SetIsolateCreateParams(v8::Isolate::CreateParams* params,
293-
ArrayBufferAllocator* allocator
294-
= nullptr);
295-
296289
enum IsolateSettingsFlags {
297290
MESSAGE_LISTENER_WITH_ERROR_LEVEL = 1 << 0,
298291
DETAILED_SOURCE_POSITIONS_FOR_PROFILING = 1 << 1

0 commit comments

Comments
 (0)