diff --git a/src/hb-open-type-private.hh b/src/hb-open-type-private.hh index 5dbf89d9b..2a0dccbc8 100644 --- a/src/hb-open-type-private.hh +++ b/src/hb-open-type-private.hh @@ -637,7 +637,6 @@ struct HeadlessArrayOf { return len.get_size () + (len ? len - 1 : 0) * Type::get_size (); } inline bool sanitize_shallow (SANITIZE_ARG_DEF) { - TRACE_SANITIZE (); return SANITIZE_SELF() && SANITIZE_ARRAY (this, Type::get_size (), len); }