mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
Revert DEBUG_MEM cleanup commit
As functions compiled within this define are apparently stil part of the public API, (though lvm2 code is never using them unless this define is used for compilation), keep functions available in the code for now -> revert.
This commit is contained in:
parent
2fdd451b19
commit
d5e9ddaaee
@ -15,8 +15,6 @@
|
||||
|
||||
#include "dmlib.h"
|
||||
|
||||
#ifdef DEBUG_MEM
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
@ -251,8 +249,6 @@ void dm_bounds_check_debug(void)
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
void *dm_malloc_aux(size_t s, const char *file __attribute__((unused)),
|
||||
int line __attribute__((unused)))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user