From fabb01210433ce1c6d5f630bc270f82a8a4a4014 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sun, 11 Nov 2018 17:10:23 -0500 Subject: [PATCH] Remove wrong comment --- src/hb-shape-plan.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/hb-shape-plan.cc b/src/hb-shape-plan.cc index 8fcc038f9..ebf0e9f5e 100644 --- a/src/hb-shape-plan.cc +++ b/src/hb-shape-plan.cc @@ -64,7 +64,6 @@ hb_shape_plan_plan (hb_shape_plan_t *shape_plan, HB_STMT_START { \ if (hb_##shaper##_shaper_face_data_ensure (shape_plan->face_unsafe)) \ { \ - /* XXX-MT-bug What happened to *ensure*ing this?!!!! */ \ HB_SHAPER_DATA (shaper, shape_plan).set_relaxed ( \ HB_SHAPER_DATA_CREATE_FUNC (shaper, shape_plan) (shape_plan, \ user_features, num_user_features, \