Skip to content

Commit

Permalink
doc,src: remove references to --max-stack-size
Browse files Browse the repository at this point in the history
Remove obsolete references to the removed --max-stack-size switch.

PR-URL: #1327
Reviewed-By: Ben Noordhuis <[email protected]>
  • Loading branch information
aredridel authored and bnoordhuis committed Apr 3, 2015
1 parent 4a801c2 commit ad93775
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions doc/iojs.1
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion src/node.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ad93775

Please sign in to comment.