mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-03-10 00:20:54 +08:00
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:
@@ -20,10 +20,6 @@
|
||||
|
||||
#include "mdbtools.h"
|
||||
|
||||
#ifdef DMALLOC
|
||||
#include "dmalloc.h"
|
||||
#endif
|
||||
|
||||
struct type_struct {
|
||||
char *name;
|
||||
int value;
|
||||
|
||||
Reference in New Issue
Block a user