From b686f275b1dfa2f6ee9811bb67d806a7c3f3e4b1 Mon Sep 17 00:00:00 2001 From: Sophia Szady Date: Fri, 1 Jul 2022 17:43:10 +0000 Subject: [PATCH] format change --- samples/wasm-lua-comparison/src/wasm.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/samples/wasm-lua-comparison/src/wasm.c b/samples/wasm-lua-comparison/src/wasm.c index 592292d90..035b69d03 100644 --- a/samples/wasm-lua-comparison/src/wasm.c +++ b/samples/wasm-lua-comparison/src/wasm.c @@ -119,8 +119,3 @@ void wasm_thread_function() total_t=(double)(stop_t-start_t)/ CLOCKS_PER_SEC; printf("WASM Thread Total time = %f\n", total_t); } -// void thread_function(){ -// char *message = "WASM thread"; -// //printf("test /n"); -// pthread_create(&wasm_thread, NULL, call_wasm_function, (void*) message); -// } \ No newline at end of file