Remove unused macro

This commit is contained in:
Behdad Esfahbod 2008-01-24 04:42:24 +00:00
parent 17843245fd
commit 7d6b95b000
1 changed files with 0 additions and 2 deletions

View File

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