Remove references to dmalloc

There are more modern tools for memory debugging, get rid of DMALLOC
crap in the source code.

I've left one reference in backend.c to prevent a merge conflict but
this can be removed later.
This commit is contained in:
Evan Miller
2020-08-20 08:59:08 -04:00
parent c2087a95cc
commit 90ee7bfcb5
24 changed files with 0 additions and 97 deletions

View File

@@ -18,10 +18,6 @@
#include "mdbtools.h"
#ifdef DMALLOC
#include "dmalloc.h"
#endif
/**
* mdb_stats_on:
* @mdb: Handle to the (open) MDB file to collect stats on.