os: utils: drop unused VENDORSUPPORT
This doesn't seem to be used anymore for two decades now, so there's probably no need to keep it any longer. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1518>
This commit is contained in:
parent
69905a0a28
commit
6c6944be14
|
@ -856,13 +856,8 @@ ddxGiveUp(enum ExitCode error)
|
||||||
void
|
void
|
||||||
OsVendorFatalError(const char *f, va_list args)
|
OsVendorFatalError(const char *f, va_list args)
|
||||||
{
|
{
|
||||||
#ifdef VENDORSUPPORT
|
|
||||||
ErrorFSigSafe("\nPlease refer to your Operating System Vendor support "
|
|
||||||
"pages\nat %s for support on this crash.\n", VENDORSUPPORT);
|
|
||||||
#else
|
|
||||||
ErrorFSigSafe("\nPlease consult the " XVENDORNAME " support \n\t at "
|
ErrorFSigSafe("\nPlease consult the " XVENDORNAME " support \n\t at "
|
||||||
__VENDORDWEBSUPPORT__ "\n for help. \n");
|
__VENDORDWEBSUPPORT__ "\n for help. \n");
|
||||||
#endif
|
|
||||||
if (xf86LogFile && xf86LogFileWasOpened)
|
if (xf86LogFile && xf86LogFileWasOpened)
|
||||||
ErrorFSigSafe("Please also check the log file at \"%s\" for additional "
|
ErrorFSigSafe("Please also check the log file at \"%s\" for additional "
|
||||||
"information.\n", xf86LogFile);
|
"information.\n", xf86LogFile);
|
||||||
|
|
|
@ -1463,9 +1463,7 @@ enum BadCode {
|
||||||
InternalError
|
InternalError
|
||||||
};
|
};
|
||||||
|
|
||||||
#if defined(VENDORSUPPORT)
|
#if defined(BUILDERADDR)
|
||||||
#define BUGADDRESS VENDORSUPPORT
|
|
||||||
#elif defined(BUILDERADDR)
|
|
||||||
#define BUGADDRESS BUILDERADDR
|
#define BUGADDRESS BUILDERADDR
|
||||||
#else
|
#else
|
||||||
#define BUGADDRESS "xorg@freedesktop.org"
|
#define BUGADDRESS "xorg@freedesktop.org"
|
||||||
|
|
Loading…
Reference in New Issue