From: Behdad Esfahbod Date: Wed, 21 Apr 2010 04:40:50 +0000 (-0400) Subject: [HB] Remove stale TODO item X-Git-Tag: 1.29.1~200 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4eca6bc0c98b573cc28005413e40790af8b10930;p=platform%2Fupstream%2Fpango.git [HB] Remove stale TODO item --- diff --git a/pango/opentype/hb-open-type-private.hh b/pango/opentype/hb-open-type-private.hh index 832d2ad..994f6d8 100644 --- a/pango/opentype/hb-open-type-private.hh +++ b/pango/opentype/hb-open-type-private.hh @@ -247,7 +247,6 @@ _hb_sanitize_edit (SANITIZE_ARG_DEF, #define SANITIZE_OBJ(X) SANITIZE_MEM(&(X), sizeof (X)) #define SANITIZE_GET_SIZE() SANITIZE_SELF() && SANITIZE_MEM (this, this->get_size ()) -/* TODO Optimize this if L is fixed (gcc magic) */ #define SANITIZE_MEM(B,L) HB_LIKELY (_hb_sanitize_check (SANITIZE_ARG, CONST_CHARP(B), (L))) #define SANITIZE_ARRAY(A,S,L) HB_LIKELY (_hb_sanitize_array (SANITIZE_ARG, CONST_CHARP(A), S, L))