diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2018-11-11 17:10:23 -0500 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2018-11-11 17:10:23 -0500 |
commit | fabb01210433ce1c6d5f630bc270f82a8a4a4014 (patch) | |
tree | 18efe2fa7fda8a99e231314d72646d0dafe66e5b | |
parent | 1fd183ee1c40e2eedf86b5e82d1b547c5650ebf5 (diff) |
Remove wrong comment
-rw-r--r-- | src/hb-shape-plan.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/hb-shape-plan.cc b/src/hb-shape-plan.cc index 8fcc038f..ebf0e9f5 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, \ |