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

@@ -19,10 +19,6 @@
#include <inttypes.h>
#include "mdbtools.h"
#ifdef DMALLOC
#include "dmalloc.h"
#endif
/*
typedef struct {
int pg_size;