mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-25 01:20:05 +01:00
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>
This commit is contained in:
parent
93745a6c1a
commit
e242e82eba
1 changed files with 0 additions and 2 deletions
|
|
@ -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 */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue