[pisa-src] r1753 - trunk/libpisa/debug.h

  • From: Diego Biurrun <diego@xxxxxxxxxx>
  • To: pisa-src@xxxxxxxxxxxxx
  • Date: Tue, 24 Nov 2009 10:35:43 +0100

Author: biurrun
Date: Tue Nov 24 10:35:43 2009
New Revision: 1753

Log:
Remove unused ARRAY_SIZE macro.

Modified:
   trunk/libpisa/debug.h

Modified: trunk/libpisa/debug.h
==============================================================================
--- trunk/libpisa/debug.h       Tue Nov 24 10:33:38 2009        (r1752)
+++ trunk/libpisa/debug.h       Tue Nov 24 10:35:43 2009        (r1753)
@@ -164,6 +164,4 @@
 void pisa_uint16_to_binstring(uint16_t val, char *buffer);
 void pisa_uint32_to_binstring(uint32_t val, char *buffer);
 
-#define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))
-
 #endif /* PISA_DEBUG_H */

Other related posts:

  • » [pisa-src] r1753 - trunk/libpisa/debug.h - Diego Biurrun