From 2c5af590ddbb08e0a46b7e37c5f0230b1805cd37 Mon Sep 17 00:00:00 2001 From: Bryce Harrington Date: Thu, 20 Nov 2014 12:19:47 -0800 Subject: Refactor ARRAY_LENGTH macro definitions in test code --- perf/cairo-perf.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'perf') diff --git a/perf/cairo-perf.h b/perf/cairo-perf.h index b32b0e0ff..eb53d13c2 100644 --- a/perf/cairo-perf.h +++ b/perf/cairo-perf.h @@ -203,10 +203,6 @@ test_report_cmp_name (const void *a, #define MAX(a, b) ((a) > (b) ? (a) : (b)) #endif -#ifndef ARRAY_LENGTH -#define ARRAY_LENGTH(__array) ((int) (sizeof (__array) / sizeof (__array[0]))) -#endif - CAIRO_PERF_DECL (fill); CAIRO_PERF_DECL (paint); CAIRO_PERF_DECL (paint_with_alpha); -- cgit v1.2.1