Revert "tools/build: Unbreak bmake bootstrap on Linux"

Now that make.py no longer has the described hack on Linux we can drop
this ugly workaround.

This reverts commit fba998a3d8.
This commit is contained in:
Jessica Clarke 2023-01-29 23:17:39 +00:00
parent 35921bba73
commit b78ae0367f

View File

@ -69,15 +69,7 @@ struct cap_rights;
typedef struct cap_rights cap_rights_t;
/*
* make.py uses these headers during the bmake bootstrap on Linux only, at
* which point sys/bitcount.h won't yet exist, so don't include it there.
*
* TODO: Untangle this mess.
*/
#if __has_include(<sys/bitcount.h>)
/* Needed for bitstring */
#include <sys/bitcount.h>
#endif
#endif