From 2327fe9d8a77c930ec5e939060c714ef3008d325 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 24 Feb 2023 13:35:47 -0700 Subject: [PATCH] [hb-wasm] Remove TODO --- src/hb-wasm-shape.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/hb-wasm-shape.cc b/src/hb-wasm-shape.cc index 781a8d6da..4fe2ab511 100644 --- a/src/hb-wasm-shape.cc +++ b/src/hb-wasm-shape.cc @@ -161,8 +161,6 @@ _hb_wasm_shape (hb_shape_plan_t *shape_plan, const hb_wasm_face_data_t *face_data = font->face->data.wasm; constexpr uint32_t stack_size = 8092, heap_size = 2 * 1024 * 1024; - /* TODO ensure_native_direction. */ - wasm_module_inst_t module_inst = nullptr; wasm_exec_env_t exec_env = nullptr; wasm_function_inst_t shape_func = nullptr;