mirror of
https://github.com/mdbtools/mdbtools.git
synced 2026-01-02 20:42:14 +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:
@@ -21,10 +21,6 @@
|
||||
#include "mdbver.h"
|
||||
#include "mdbprivate.h"
|
||||
|
||||
#ifdef DMALLOC
|
||||
#include "dmalloc.h"
|
||||
#endif
|
||||
|
||||
int
|
||||
main(int argc, char **argv)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user