From b04ff31b9d471822fe96ed63eda93fc4cd8c22d0 Mon Sep 17 00:00:00 2001 From: Thierry Reding Date: Wed, 28 Mar 2018 14:04:34 +0200 Subject: [PATCH] dix: Remove unused definitions from dix-config.h.in There is no code around that will ever define values for the WORKING_UNALIGNED_INT or XORG_RELEASE symbols, so they will always end up commented out and are therefore completely useless. Signed-off-by: Thierry Reding Reviewed-by: Adam Jackson --- include/dix-config.h.in | 6 ------ 1 file changed, 6 deletions(-) diff --git a/include/dix-config.h.in b/include/dix-config.h.in index 69fc5e3fb..c64321ef1 100644 --- a/include/dix-config.h.in +++ b/include/dix-config.h.in @@ -310,9 +310,6 @@ /* Support UNIX socket connections */ #undef UNIXCONN -/* unaligned word accesses behave as expected */ -#undef WORKING_UNALIGNED_INT - /* Build X string registry */ #undef XREGISTRY @@ -346,9 +343,6 @@ /* Support Xinerama extension */ #undef XINERAMA -/* Vendor release */ -#undef XORG_RELEASE - /* Current Xorg version */ #undef XORG_VERSION_CURRENT