Remove accidentally left cruft
authorBehdad Esfahbod <behdad@behdad.org>
Tue, 18 Jun 2019 19:44:03 +0000 (12:44 -0700)
committerBehdad Esfahbod <behdad@behdad.org>
Tue, 18 Jun 2019 19:44:03 +0000 (12:44 -0700)
src/hb-algs.hh

index 59eead4..9a8abe6 100644 (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];