comment out unused var
This commit is contained in:
parent
edfcece1ae
commit
8a00e7417b
1 changed files with 1 additions and 1 deletions
2
qjs.c
2
qjs.c
|
@ -306,7 +306,7 @@ int main(int argc, char **argv)
|
|||
int trace_memory = 0;
|
||||
int empty_run = 0;
|
||||
int module = -1;
|
||||
int load_std = 0;
|
||||
//int load_std = 0; //we don't need this anymore, we ignore this and always load std libs
|
||||
int dump_unhandled_promise_rejection = 0;
|
||||
size_t memory_limit = 0;
|
||||
char *include_list[32];
|
||||
|
|
Loading…
Add table
Reference in a new issue