Skip to content

Commit a135c0a

Browse files
committed
src: remove unneeded explicit V8 flags
PR-URL: #58230 Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Juan José Arboleda <[email protected]> Reviewed-By: Chengzhong Wu <[email protected]>
1 parent 30897d9 commit a135c0a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/node.cc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -847,11 +847,6 @@ static ExitCode InitializeNodeWithArgsInternal(
847847
// is security relevant, for Node it's less important.
848848
V8::SetFlagsFromString("--no-freeze-flags-after-init");
849849

850-
// These features are completed and enabled by default in Chrome, but not
851-
// in V8.
852-
V8::SetFlagsFromString("--js-explicit-resource-management");
853-
V8::SetFlagsFromString("--js-float16array");
854-
855850
#if defined(NODE_V8_OPTIONS)
856851
// Should come before the call to V8::SetFlagsFromCommandLine()
857852
// so the user can disable a flag --foo at run-time by passing

0 commit comments

Comments
 (0)