From ba9ccf227ec5654999aea38d50dd53ff25ab8259 Mon Sep 17 00:00:00 2001 From: Rod Vagg Date: Thu, 30 Jul 2015 22:12:01 +1000 Subject: [PATCH] node: remove redundant --use-old-buffer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Accidentally left when upgrading to V8 4.4.63.9 PR-URL: https://github.com/nodejs/io.js/pull/2275 Reviewed-By: Michaƫl Zasso Reviewed-By: Jeremiah Senkpiel --- src/node.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/node.cc b/src/node.cc index 8d1cfd38cf..42b89354e7 100644 --- a/src/node.cc +++ b/src/node.cc @@ -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"