Remove reduntant ARRAY_SIZE definition.
This commit is contained in:
parent
ee71b1bb7d
commit
487eab27f7
|
@ -66,8 +66,6 @@ typedef enum
|
|||
Doggone_Trailing_Comma_Dont_Work = 1
|
||||
} bool;
|
||||
|
||||
#define ARRAY_SIZE(a) (sizeof(a)/sizeof(a[0]))
|
||||
|
||||
#ifndef UNUSED /* Compile with -DUNUSED= if cc doesn't support this. */
|
||||
#if BUILT_WITH_270
|
||||
#define UNUSED __attribute__ ((unused))
|
||||
|
|
Loading…
Reference in New Issue