Remove trace from sanitize_shallow()

This commit is contained in:
Behdad Esfahbod 2010-05-05 00:20:16 -04:00
parent dfc8cbe854
commit b261e2ad5c
1 changed files with 0 additions and 1 deletions

View File

@ -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);
}