mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
talloc/testsuite: remove #if _SAMBA_BUILD_==3
We don't include "includes.h" anymore... metze
This commit is contained in:
parent
061dad7727
commit
04fd3a9d69
@ -57,15 +57,6 @@ static double timeval_elapsed(struct timeval *tv)
|
||||
return false; \
|
||||
}
|
||||
|
||||
#if _SAMBA_BUILD_==3
|
||||
#ifdef malloc
|
||||
#undef malloc
|
||||
#endif
|
||||
#ifdef strdup
|
||||
#undef strdup
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#define CHECK_SIZE(test, ptr, tsize) do { \
|
||||
if (talloc_total_size(ptr) != (tsize)) { \
|
||||
printf("failed: %s [\n%s: wrong '%s' tree size: got %u expected %u\n]\n", \
|
||||
|
Loading…
Reference in New Issue
Block a user