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:
@@ -18,10 +18,6 @@
|
||||
|
||||
#include "mdbtools.h"
|
||||
|
||||
#ifdef DMALLOC
|
||||
#include "dmalloc.h"
|
||||
#endif
|
||||
|
||||
/**
|
||||
* mdb_stats_on:
|
||||
* @mdb: Handle to the (open) MDB file to collect stats on.
|
||||
|
||||
Reference in New Issue
Block a user