From d3fe528079de91a446ccbed06fe629cac5e34d15 Mon Sep 17 00:00:00 2001 From: Segher Boessenkool Date: Fri, 8 Jun 2018 17:23:19 +0200 Subject: [PATCH] Whoops, forgot to commit the patch with r261324, just did the changelog. From-SVN: r261335 --- gcc/config/rs6000/rs6000.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/gcc/config/rs6000/rs6000.c b/gcc/config/rs6000/rs6000.c index 683cb6c6f2f..fb394bf3f2e 100644 --- a/gcc/config/rs6000/rs6000.c +++ b/gcc/config/rs6000/rs6000.c @@ -103,9 +103,6 @@ #endif #endif -#define min(A,B) ((A) < (B) ? (A) : (B)) -#define max(A,B) ((A) > (B) ? (A) : (B)) - static pad_direction rs6000_function_arg_padding (machine_mode, const_tree); /* Structure used to define the rs6000 stack */ -- 2.30.2