summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2014-07-22 10:59:06 -0400
committerKeith Packard <keithp@keithp.com>2014-07-28 12:18:35 -0700
commite242e82eba17414603c8806fffc9ecd235eebabb (patch)
treefa6f5e4151788ee72a5f16d8fd05e0ef5524e750
parent93745a6c1afc830759219f8632ec565d83c7bc12 (diff)
xfree86: Remove a useless !__SUNPRO_C guard
You can't tell from context here, but this is all inside #ifdef __GNUC__, so this conditional can't do squat. Reviewed-by: Julien Cristau <jcristau@debian.org> Signed-off-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--hw/xfree86/common/compiler.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/xfree86/common/compiler.h b/hw/xfree86/common/compiler.h
index 4ed6ca4e0..a5426e15b 100644
--- a/hw/xfree86/common/compiler.h
+++ b/hw/xfree86/common/compiler.h
@@ -1112,7 +1112,6 @@ inl(unsigned PORT_SIZE port)
#else /* ix86 */
-#if !defined(__SUNPRO_C)
#if !defined(__mc68000__) && !defined(__arm__) && \
!defined(__sh__) && !defined(__hppa__) && !defined(__s390__) && \
!defined(__m32r__) && !defined(__aarch64__) && !defined(__arc__) && \
@@ -1164,7 +1163,6 @@ inl(unsigned short port)
}
#endif
-#endif /* __SUNPRO_C */
#endif /* ix86 */