mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-30 10:50:34 +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
3a62b826ce
commit
8329e7dc19
@ -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…
x
Reference in New Issue
Block a user