Skip to content

Commit a135c0a

Browse files
committed
src: remove unneeded explicit V8 flags
PR-URL: #58230 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
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)