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

@@ -20,10 +20,6 @@
#include "mdbtools.h"
#ifdef DMALLOC
#include "dmalloc.h"
#endif
struct type_struct {
char *name;
int value;