From 7d6b95b000ec6cd8ca93113b2d81a049ad2f9bbe Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 24 Jan 2008 04:42:24 +0000 Subject: [PATCH] Remove unused macro --- src/harfbuzz-impl.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/harfbuzz-impl.h b/src/harfbuzz-impl.h index 883b099bf..0442e4e29 100644 --- a/src/harfbuzz-impl.h +++ b/src/harfbuzz-impl.h @@ -67,8 +67,6 @@ HB_BEGIN_HEADER #define HB_LIKELY(cond) (cond) #define HB_UNLIKELY(cond) (cond) -#define ARRAY_LEN(Array) ((int)(sizeof (Array) / sizeof (Array)[0])) - #define ALLOC(_ptr,_size) \ ( (_ptr) = _hb_alloc( _size, &error ), error != 0 )