aboutsummaryrefslogtreecommitdiffstats
path: root/node.c
diff options
context:
space:
mode:
Diffstat (limited to 'node.c')
-rw-r--r--node.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/node.c b/node.c
index bca2d5e9..2e05814c 100644
--- a/node.c
+++ b/node.c
@@ -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