[PATCH 14/21] xfree86: Remove a useless !__SUNPRO_C guard

2014-07-22 Thread Adam Jackson
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 
Signed-off-by: Adam Jackson 
---
 hw/xfree86/common/compiler.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/hw/xfree86/common/compiler.h b/hw/xfree86/common/compiler.h
index 4ed6ca4..a5426e1 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 */
 
-- 
1.9.3

___
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel


[PATCH 14/21] xfree86: Remove a useless !__SUNPRO_C guard

2014-05-21 Thread Adam Jackson
You can't tell from context here, but this is all inside #ifdef
__GNUC__, so this conditional can't do squat.

Signed-off-by: Adam Jackson 
---
 hw/xfree86/common/compiler.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/hw/xfree86/common/compiler.h b/hw/xfree86/common/compiler.h
index e02f4e1..ac6df80 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__)
 
 static __inline__ void
@@ -1161,7 +1160,6 @@ inl(unsigned short port)
 }
 
 #endif
-#endif  /* __SUNPRO_C */
 
 #endif  /* ix86 */
 
-- 
1.9.0

___
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel