We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28c94ca commit bd34410Copy full SHA for bd34410
tools/code_cache/mkcodecache.cc
@@ -24,7 +24,6 @@ using v8::Local;
24
int wmain(int argc, wchar_t* argv[]) {
25
#else // UNIX
26
int main(int argc, char* argv[]) {
27
- argv = uv_setup_args(argc, argv);
28
#endif // _WIN32
29
30
v8::V8::SetFlagsFromString("--random_seed=42");
tools/snapshot/node_mksnapshot.cc
@@ -17,7 +17,6 @@
17
18
19
20
21
22
23
0 commit comments