From b8b64cd627232a1fed791b8baf562900144bf186 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Wed, 19 Sep 2018 13:12:40 -0700 Subject: xorg: Don't log "Build Operating System: Linux 4.9.0-5-amd64 x86_64 Debian" I don't think this is useful information to have in the log, and it's a bunch of autotools and meson logic to produce it. Signed-off-by: Eric Anholt --- hw/xfree86/common/xf86Init.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'hw/xfree86/common') diff --git a/hw/xfree86/common/xf86Init.c b/hw/xfree86/common/xf86Init.c index 8f50580fe..cc34a1952 100644 --- a/hw/xfree86/common/xf86Init.c +++ b/hw/xfree86/common/xf86Init.c @@ -107,12 +107,6 @@ static PixmapFormatRec formats[MAXFORMATS] = { static int numFormats = 7; static Bool formatsDone = FALSE; -#ifndef OSNAME -#define OSNAME " unknown" -#endif -#ifndef OSVENDOR -#define OSVENDOR "" -#endif #ifndef PRE_RELEASE #define PRE_RELEASE XORG_VERSION_SNAP #endif @@ -162,7 +156,6 @@ xf86PrintBanner(void) #endif xf86ErrorFVerb(0, "\nX Protocol Version %d, Revision %d\n", X_PROTOCOL, X_PROTOCOL_REVISION); - xf86ErrorFVerb(0, "Build Operating System: %s %s\n", OSNAME, OSVENDOR); #ifdef HAS_UTSNAME { struct utsname name; -- cgit v1.2.3