Skip to content

Commit

Permalink
Revert "tools: add missing uv_setup_argv() calls"
Browse files Browse the repository at this point in the history
This reverts commit 70e77f123164ecbdbdd4abc2e4919ce1b193421e.

Refs: #35491

PR-URL: #35641
Reviewed-By: Richard Lau <rlau@redhat.com>
  • Loading branch information
BethGriggs committed Oct 14, 2020
1 parent 28c94ca commit bd34410
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tools/code_cache/mkcodecache.cc
Expand Up @@ -24,7 +24,6 @@ using v8::Local;
int wmain(int argc, wchar_t* argv[]) {
#else // UNIX
int main(int argc, char* argv[]) {
argv = uv_setup_args(argc, argv);
#endif // _WIN32

v8::V8::SetFlagsFromString("--random_seed=42");
Expand Down
1 change: 0 additions & 1 deletion tools/snapshot/node_mksnapshot.cc
Expand Up @@ -17,7 +17,6 @@
int wmain(int argc, wchar_t* argv[]) {
#else // UNIX
int main(int argc, char* argv[]) {
argv = uv_setup_args(argc, argv);
#endif // _WIN32

v8::V8::SetFlagsFromString("--random_seed=42");
Expand Down

0 comments on commit bd34410

Please sign in to comment.