shithub: scc

Download patch

ref: b03fed420a5b24f4368698ed681651c59dad683a
parent: 729956f2a8ef3dc646ba92cfc5ad1d52f9c6c73e
author: Roberto E. Vargas Caballero <[email protected]>
date: Wed Apr 16 18:19:42 EDT 2014

Remove unused macro ARRAY_SIZE()

--- a/cc.h
+++ b/cc.h
@@ -5,7 +5,6 @@
 #include <stdbool.h>
 #endif
 
-#define ARRAY_SIZE(x) (sizeof(x) / sizeof(x[0]))
 
 struct user_opt {
 	unsigned char implicit;