Skip to content

Commit bd34410

Browse files
committed
Revert "tools: add missing uv_setup_argv() calls"
This reverts commit 70e77f123164ecbdbdd4abc2e4919ce1b193421e. Refs: #35491 PR-URL: #35641 Reviewed-By: Richard Lau <[email protected]>
1 parent 28c94ca commit bd34410

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tools/code_cache/mkcodecache.cc

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ using v8::Local;
2424
int wmain(int argc, wchar_t* argv[]) {
2525
#else // UNIX
2626
int main(int argc, char* argv[]) {
27-
argv = uv_setup_args(argc, argv);
2827
#endif // _WIN32
2928

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

tools/snapshot/node_mksnapshot.cc

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
int wmain(int argc, wchar_t* argv[]) {
1818
#else // UNIX
1919
int main(int argc, char* argv[]) {
20-
argv = uv_setup_args(argc, argv);
2120
#endif // _WIN32
2221

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

0 commit comments

Comments
 (0)