diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-05-07 12:55:32 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-05-07 12:55:32 -0400 |
commit | e514ebc67f0ece9b24d9cd7e5478d12297d0efcf (patch) | |
tree | b50556e521f17648ec3c72c84e97b896f278f20b /src | |
parent | 2fef5781950c5c830031883e1b498267dbbe5d22 (diff) | |
download | bfs-e514ebc67f0ece9b24d9cd7e5478d12297d0efcf.tar.xz |
prelude: Remove unused __GLIBC_PREREQ() polyfill
Diffstat (limited to 'src')
-rw-r--r-- | src/prelude.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/prelude.h b/src/prelude.h index 22c72be..fbdc85c 100644 --- a/src/prelude.h +++ b/src/prelude.h @@ -134,10 +134,6 @@ extern const char bfs_version[]; # include <sys/param.h> #endif -#ifndef __GLIBC_PREREQ -# define __GLIBC_PREREQ(maj, min) false -#endif - // Fundamental utilities /** |