[wasm-sample] Remove unused prototype

This commit is contained in:
Behdad Esfahbod 2023-02-23 16:06:39 -07:00
parent 926f8a326e
commit 551528a6e6
1 changed files with 0 additions and 2 deletions

View File

@ -2,8 +2,6 @@
#include <hb-wasm-api.h> #include <hb-wasm-api.h>
void free (void*);
void debugprint1 (char *s, int32_t); void debugprint1 (char *s, int32_t);
void debugprint2 (char *s, int32_t, int32_t); void debugprint2 (char *s, int32_t, int32_t);