mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 20:28:02 +02:00
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>
This commit is contained in:
parent
2d95f803b1
commit
0e0004a971
1 changed files with 0 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue