diff options
Diffstat (limited to 'node.c')
-rw-r--r-- | node.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -994,7 +994,6 @@ void init_btowc_cache() #define BLOCKCHUNK 100 struct block_header nextfree[BLOCK_MAX] = { - { NULL, 0}, /* invalid */ { NULL, sizeof(NODE) }, { NULL, sizeof(BUCKET) }, #ifdef HAVE_MPFR |