From b261e2ad5c5a065599ce1dbc4ba437caa2cee1e9 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 5 May 2010 00:20:16 -0400 Subject: [PATCH] Remove trace from sanitize_shallow() --- src/hb-open-type-private.hh | 1 - 1 file changed, 1 deletion(-) 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); }