From 9b66e45481c81c9af43d3dd5c2babad2121a9f59 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sat, 25 Feb 2023 12:44:32 -0700 Subject: [PATCH] [wasm/graphite] Remove unused variable Wasm cannot export those? --- src/wasm/graphite/shape.cc | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/wasm/graphite/shape.cc b/src/wasm/graphite/shape.cc index ca15ebc55..e11044630 100644 --- a/src/wasm/graphite/shape.cc +++ b/src/wasm/graphite/shape.cc @@ -10,9 +10,6 @@ void debugprint1 (char *s, int32_t); void debugprint2 (char *s, int32_t, int32_t); -__attribute__((visibility("default"))) -uint32_t heap_size = 2 * 1024 * 1024; - static const void *copy_table (const void *data, unsigned int tag, size_t *len) { face_t *face = (face_t *) data;