We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f32d9e commit 3322191Copy full SHA for 3322191
src/node.cc
@@ -4305,14 +4305,6 @@ void Init(int* argc,
4305
// Make inherited handles noninheritable.
4306
uv_disable_stdio_inheritance();
4307
4308
-#if defined(NODE_HAVE_I18N_SUPPORT)
4309
- // Set the ICU casing flag early
4310
- // so the user can disable a flag --foo at run-time by passing
4311
- // --no_foo from the command line.
4312
- const char icu_case_mapping[] = "--icu_case_mapping";
4313
- V8::SetFlagsFromString(icu_case_mapping, sizeof(icu_case_mapping) - 1);
4314
-#endif
4315
-
4316
#if defined(NODE_V8_OPTIONS)
4317
// Should come before the call to V8::SetFlagsFromCommandLine()
4318
// so the user can disable a flag --foo at run-time by passing
0 commit comments