Remove unused ARRAY_SIZE macro
[lttng-ust.git] / include / lttng / core.h
index 2b962d5fe4d3f9a2237fcc36a94d1f2c2ac707f0..7977be4dad2c64d53624cbf215158008a8c2807d 100644 (file)
 #include <urcu/arch.h>
 #include <urcu/compiler.h>
 
-/* ARRAYS */
-
-#define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]))
-
-
 /* ALIGNMENT SHORTCUTS */
 
 #include <unistd.h>
This page took 0.024592 seconds and 4 git commands to generate.