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:
rdivacky 2008-10-21 16:46:50 +00:00
parent 0fcb99be5e
commit ddfa987b87

View File

@ -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 */
/*