From 551528a6e6bef10b3bfbc254c949d7247fba8176 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 23 Feb 2023 16:06:39 -0700 Subject: [PATCH] [wasm-sample] Remove unused prototype --- src/wasm-sample/shape.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/wasm-sample/shape.c b/src/wasm-sample/shape.c index 69efaca93..1b2f4f44f 100644 --- a/src/wasm-sample/shape.c +++ b/src/wasm-sample/shape.c @@ -2,8 +2,6 @@ #include -void free (void*); - void debugprint1 (char *s, int32_t); void debugprint2 (char *s, int32_t, int32_t);