summaryrefslogtreecommitdiffstats
path: root/src/bfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bfs.h')
-rw-r--r--src/bfs.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/bfs.h b/src/bfs.h
index 70a7282..ab96bf5 100644
--- a/src/bfs.h
+++ b/src/bfs.h
@@ -59,11 +59,6 @@ extern const char bfs_ldlibs[];
// Fundamental utilities
/**
- * Get the length of an array.
- */
-#define countof(...) (sizeof(__VA_ARGS__) / sizeof(0[__VA_ARGS__]))
-
-/**
* False sharing/destructive interference/largest cache line size.
*/
#ifdef __GCC_DESTRUCTIVE_SIZE