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

@@ -21,10 +21,6 @@
#include "mdbver.h"
#include "mdbprivate.h"
#ifdef DMALLOC
#include "dmalloc.h"
#endif
int
main(int argc, char **argv)
{