diff options
Diffstat (limited to 'node.c')
-rw-r--r-- | node.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -1024,10 +1024,6 @@ void init_btowc_cache() struct block_header nextfree[BLOCK_MAX] = { { NULL, sizeof(NODE), "node" }, { NULL, sizeof(BUCKET), "bucket" }, -#ifdef HAVE_MPFR - { NULL, sizeof(mpfr_t), "mpfr" }, - { NULL, sizeof(mpz_t), "mpz" }, -#endif }; #ifdef MEMDEBUG |