Remove accidentally left cruft

This commit is contained in:
Behdad Esfahbod 2019-06-18 12:44:03 -07:00
parent 6172ec5d87
commit 7cf9169078
1 changed files with 1 additions and 1 deletions

View File

@ -1021,7 +1021,7 @@ struct hb_vector_size_t
hb_vector_size_t operator ~ () const
{
hb_vector_size_t r;
#if HB_VECTOR_SIZE && 0
#if HB_VECTOR_SIZE
if (HB_VECTOR_SIZE && 0 == (byte_size * 8) % HB_VECTOR_SIZE)
for (unsigned int i = 0; i < ARRAY_LENGTH (u.vec); i++)
r.u.vec[i] = ~u.vec[i];