drop remains of support for old Sun compilers

With transition from autoconf to meson, these aren't actually supported
anymore, and re-adding it isn't planned. Thus the now dead code pathes
can be completely removed.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1286>
This commit is contained in:
Enrico Weigelt, metux IT consult
2024-02-12 10:52:48 +01:00
committed by Marge Bot
parent db3aa4e03b
commit 6dafe3dbe6
9 changed files with 9 additions and 65 deletions

View File

@@ -38,7 +38,7 @@
#include <X11/Xfuncproto.h>
#if defined(__GNUC__) || (defined(__SUNPRO_C) && (__SUNPRO_C >= 0x590))
#if defined(__GNUC__)
#define PURE __attribute__((pure))
#else
#define PURE