[hb-wasm] Remove TODO

This commit is contained in:
Behdad Esfahbod 2023-02-24 13:35:47 -07:00
parent b130b2b331
commit 2327fe9d8a
1 changed files with 0 additions and 2 deletions

View File

@ -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;