Remove unused macros.

Signed-off-by: Andreas Mohr <and@gmx.li>
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andreas Mohr 2024-11-23 15:00:00 +00:00 committed by Andrew Borodin
parent 2f176afe7d
commit 3b86f15a68
3 changed files with 0 additions and 4 deletions

View File

@ -65,7 +65,6 @@
/*** file scope macro definitions ****************************************************************/ /*** file scope macro definitions ****************************************************************/
#define MAX_ENTRIES 16
#define MAX_ENTRY_LEN 60 #define MAX_ENTRY_LEN 60
/*** file scope type declarations ****************************************************************/ /*** file scope type declarations ****************************************************************/

View File

@ -50,7 +50,6 @@
#endif #endif
/* Log base 2 of common values. */ /* Log base 2 of common values. */
#define LG_8 3
#define LG_256 8 #define LG_256 8
/*** file scope type declarations ****************************************************************/ /*** file scope type declarations ****************************************************************/

View File

@ -78,8 +78,6 @@
#define UINTMAX_STRSIZE_BOUND INT_BUFSIZE_BOUND (uintmax_t) #define UINTMAX_STRSIZE_BOUND INT_BUFSIZE_BOUND (uintmax_t)
#define SPARSES_INIT_COUNT SPARSES_IN_SPARSE_HEADER
#define COPY_BUF(arch,b,buf,src) \ #define COPY_BUF(arch,b,buf,src) \
do \ do \
{ \ { \