summaryrefslogtreecommitdiff
path: root/perf
diff options
context:
space:
mode:
authorRavi Nanjundappa <nravi.n@samsung.com>2014-04-22 17:53:12 +0530
committerBryce Harrington <b.harrington@samsung.com>2014-04-22 09:51:45 -0700
commit0e0004a9716ca50bf14fa0e5e1919d90b8d11960 (patch)
tree389de61f11a8d9bc40dda56bf70088c0ec033a5f /perf
parent2d95f803b15d3d8f70df0e7278ad7bdeaf99fb59 (diff)
downloadcairo-0e0004a9716ca50bf14fa0e5e1919d90b8d11960.tar.gz
perf: Refactor some macros to cairo-perf.h
This commit covers one of the left out modifications from "commit cd11a4ff0421fd293279b202be800550890574bb" by Bryce. It removes the duplicate macro definition in cairo-perf-diff-files.c which by default includes the cairo-perf.h having MAX macro defnition. Signed-off-by: Ravi Nanjundappa <nravi.n@samsung.com>
Diffstat (limited to 'perf')
-rw-r--r--perf/cairo-perf-diff-files.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/perf/cairo-perf-diff-files.c b/perf/cairo-perf-diff-files.c
index 08509271f..36b80cda4 100644
--- a/perf/cairo-perf-diff-files.c
+++ b/perf/cairo-perf-diff-files.c
@@ -220,7 +220,6 @@ test_diff_print_multi (test_diff_t *diff,
printf("\n");
}
-#define MAX(a,b) ((a) > (b) ? (a) : (b))
static void
cairo_perf_reports_compare (cairo_perf_report_t *reports,
int num_reports,