summaryrefslogtreecommitdiff
path: root/sys/dev/bxe
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2020-10-24 23:21:18 +0000
committerWarner Losh <imp@FreeBSD.org>2020-10-24 23:21:18 +0000
commitf90045602bbfe6c7db7ca04baca95a0dd9bd746e (patch)
tree220782eab4f0ce51d79dca5d0685fb476592d107 /sys/dev/bxe
parent60b426f46ce3b5edbe8a9e4f73ca60e4ff914d7c (diff)
Notes
Diffstat (limited to 'sys/dev/bxe')
-rw-r--r--sys/dev/bxe/ecore_sp.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/bxe/ecore_sp.h b/sys/dev/bxe/ecore_sp.h
index 86f8e012550f..af4fac84a9aa 100644
--- a/sys/dev/bxe/ecore_sp.h
+++ b/sys/dev/bxe/ecore_sp.h
@@ -75,9 +75,6 @@ typedef volatile int ecore_atomic_t;
#ifndef __bool_true_false_are_defined
#ifndef __cplusplus
#define bool _Bool
-#if __STDC_VERSION__ < 199901L && __GNUC__ < 3 && !defined(__INTEL_COMPILER)
-typedef _Bool bool;
-#endif
#endif /* !__cplusplus */
#endif /* !__bool_true_false_are_defined$ */