* gl/lib/randread.c (__attribute__): Remove; no longer used after the recent _Noreturn change. --- gl/lib/randread.c | 6 ------ 1 file changed, 6 deletions(-)
diff --git a/gl/lib/randread.c b/gl/lib/randread.c index 5ed42b547..6c29a62e4 100644 --- a/gl/lib/randread.c +++ b/gl/lib/randread.c @@ -45,12 +45,6 @@ #include "unlocked-io.h" #include "xalloc.h" -#ifndef __attribute__ -# if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 8) -# define __attribute__(x) /* empty */ -# endif -#endif - #ifndef MIN # define MIN(a, b) ((a) < (b) ? (a) : (b)) #endif -- 2.31.1