Skip to content

Commit

Permalink
node: remove redundant --use-old-buffer
Browse files Browse the repository at this point in the history
Accidentally left when upgrading to V8 4.4.63.9

PR-URL: #2275
  • Loading branch information
rvagg committed Jul 30, 2015
1 parent 76b2c40 commit 53fdb03
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/node.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3106,10 +3106,9 @@ static void PrintHelp() {
" --track-heap-objects track heap object allocations for heap "
" snapshots\n"
" --v8-options print v8 command line options\n"
" --use-old-buffer Revert to old Buffer implementation\n"
#if defined(NODE_HAVE_I18N_SUPPORT)
" --icu-data-dir=dir set ICU data load path to dir\n"
" (overrides NODE_ICU_DATA)\n"
" (overrides NODE_ICU_DATA)\n"
#if !defined(NODE_HAVE_SMALL_ICU)
" Note: linked-in ICU data is\n"
" present.\n"
Expand Down

0 comments on commit 53fdb03

Please sign in to comment.