diff options
author | Aria Stewart <aredridel@dinhe.net> | 2015-04-02 17:17:55 -0400 |
---|---|---|
committer | Ben Noordhuis <info@bnoordhuis.nl> | 2015-04-04 00:30:30 +0200 |
commit | ad937752eee1bb06dabccc57fdf7aef56e865013 (patch) | |
tree | a2803b1d64d3b8f528d49ba65988d8d75325af9a | |
parent | 4a801c211c8fec4df97748a740f98fa09f11b3d9 (diff) | |
download | node-new-ad937752eee1bb06dabccc57fdf7aef56e865013.tar.gz |
doc,src: remove references to --max-stack-size
Remove obsolete references to the removed --max-stack-size switch.
PR-URL: https://github.com/iojs/io.js/pull/1327
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
-rw-r--r-- | doc/iojs.1 | 2 | ||||
-rw-r--r-- | src/node.cc | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/doc/iojs.1 b/doc/iojs.1 index 901f43aff5..8a94af35d7 100644 --- a/doc/iojs.1 +++ b/doc/iojs.1 @@ -62,8 +62,6 @@ and servers. --v8-options print v8 command line options - --max-stack-size=val set max v8 stack size (bytes) - .SH ENVIRONMENT VARIABLES diff --git a/src/node.cc b/src/node.cc index 716b9c1dbc..db16e0b492 100644 --- a/src/node.cc +++ b/src/node.cc @@ -3006,7 +3006,6 @@ static void PrintHelp() { "function is used\n" " --trace-deprecation show stack traces on deprecations\n" " --v8-options print v8 command line options\n" - " --max-stack-size=val set max v8 stack size (bytes)\n" #if defined(NODE_HAVE_I18N_SUPPORT) " --icu-data-dir=dir set ICU data load path to dir\n" " (overrides NODE_ICU_DATA)\n" |