summaryrefslogtreecommitdiffstats
path: root/sys/libkern
diff options
context:
space:
mode:
Diffstat (limited to 'sys/libkern')
-rw-r--r--sys/libkern/quad.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/sys/libkern/quad.h b/sys/libkern/quad.h
index 0e48e12..6f636a5 100644
--- a/sys/libkern/quad.h
+++ b/sys/libkern/quad.h
@@ -108,15 +108,5 @@ u_quad_t __udivdi3(u_quad_t a, u_quad_t b);
u_quad_t __umoddi3(u_quad_t a, u_quad_t b);
int __ucmpdi2(u_quad_t a, u_quad_t b);
-/*
- * XXX
- * Compensate for gcc 1 vs gcc 2. Gcc 1 defines ?sh?di3's second argument
- * as u_quad_t, while gcc 2 correctly uses int. Unfortunately, we still use
- * both compilers.
- */
-#if __GNUC__ >= 2
typedef unsigned int qshift_t;
-#else
-typedef u_quad_t qshift_t;
-#endif
#endif /* _LIBKERN_QUAD_H */
OpenPOWER on IntegriCloud