Skip to content

Commit 53fdb03

Browse files
committed
node: remove redundant --use-old-buffer
Accidentally left when upgrading to V8 4.4.63.9 PR-URL: #2275
1 parent 76b2c40 commit 53fdb03

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/node.cc

+1-2
Original file line numberDiff line numberDiff line change
@@ -3106,10 +3106,9 @@ static void PrintHelp() {
31063106
" --track-heap-objects track heap object allocations for heap "
31073107
" snapshots\n"
31083108
" --v8-options print v8 command line options\n"
3109-
" --use-old-buffer Revert to old Buffer implementation\n"
31103109
#if defined(NODE_HAVE_I18N_SUPPORT)
31113110
" --icu-data-dir=dir set ICU data load path to dir\n"
3112-
" (overrides NODE_ICU_DATA)\n"
3111+
" (overrides NODE_ICU_DATA)\n"
31133112
#if !defined(NODE_HAVE_SMALL_ICU)
31143113
" Note: linked-in ICU data is\n"
31153114
" present.\n"

0 commit comments

Comments
 (0)