From: Segher Boessenkool Date: Fri, 8 Jun 2018 15:23:19 +0000 (+0200) Subject: Whoops, forgot to commit the patch with r261324, just did the changelog. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d3fe528079de91a446ccbed06fe629cac5e34d15;p=gcc.git Whoops, forgot to commit the patch with r261324, just did the changelog. From-SVN: r261335 --- 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 */