summaryrefslogtreecommitdiff
path: root/built_in.h
diff options
context:
space:
mode:
Diffstat (limited to 'built_in.h')
-rw-r--r--built_in.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/built_in.h b/built_in.h
index 8bea69c..94a39dc 100644
--- a/built_in.h
+++ b/built_in.h
@@ -24,10 +24,6 @@ typedef uint8_t u8;
# define CO_CACHE_LINE_SIZE (1 << CO_IN_CACHE_SHIFT)
#endif
-#ifndef MAX_CPUS
-# define MAX_CPUS 32
-#endif
-
#ifndef __aligned_16
# define __aligned_16 __attribute__((aligned(16)))
#endif