Remove __CC_INT_IS_32BIT define which was used to fix mpt driver
but is not used anymore. This define is not referenced by anything in the FreeBSD srcs nor google shows any usage. Kernel and world builds fine without it. Approved by: kib (mentor)
This commit is contained in:
parent
93113aac8c
commit
f1d3f23e06
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=184129
@ -103,9 +103,6 @@
|
||||
|
||||
#define __CC_SUPPORTS_DYNAMIC_ARRAY_INIT 1
|
||||
|
||||
/* XXX: sys/dev/mpt/mpilib/mpi_type.h uses it, someone should review it */
|
||||
#define __CC_INT_IS_32BIT 1
|
||||
|
||||
#endif /* __GNUC__ || __INTEL_COMPILER */
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user