From 8a00e7417b07c4dee72dd57c6ea48e9df8f1a20c Mon Sep 17 00:00:00 2001 From: Sneed Group Holder Date: Fri, 25 Oct 2024 12:27:21 -0500 Subject: [PATCH] comment out unused var --- qjs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qjs.c b/qjs.c index e2d1557..3e02444 100644 --- a/qjs.c +++ b/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];