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