From 1ce40d900a9c451d8d5814a9b30759d1e66f99c8 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 25 May 2018 16:34:08 -0700 Subject: [PATCH] [set] Remove stale comment --- src/hb-set.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/hb-set.h b/src/hb-set.h index b0f82f822..764d4eba8 100644 --- a/src/hb-set.h +++ b/src/hb-set.h @@ -82,8 +82,6 @@ HB_EXTERN hb_bool_t hb_set_has (const hb_set_t *set, hb_codepoint_t codepoint); -/* Right now limited to 16-bit integers. Eventually will do full codepoint range, sans -1 - * which we will use as a sentinel. */ HB_EXTERN void hb_set_add (hb_set_t *set, hb_codepoint_t codepoint);