Merge "Remove #define _BITSIZE 32."
diff --git a/libc/include/stdint.h b/libc/include/stdint.h
index c795893..6e2f311 100644
--- a/libc/include/stdint.h
+++ b/libc/include/stdint.h
@@ -256,8 +256,6 @@
 #  define WINT_MIN INT32_MIN
 #endif
 
-#define _BITSIZE 32
-
 /* Keep the kernel from trying to define these types... */
 #define __BIT_TYPES_DEFINED__