diff options
-rw-r--r-- | src/prelude.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/prelude.h b/src/prelude.h index fbdc85c..72f88b0 100644 --- a/src/prelude.h +++ b/src/prelude.h @@ -127,13 +127,6 @@ extern const char bfs_version[]; # define __has_attribute(attr) false #endif -// Platform detection - -// Get the definition of BSD if available -#if BFS_USE_SYS_PARAM_H -# include <sys/param.h> -#endif - // Fundamental utilities /** |