1
0
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:
Stefan Metzmacher 2011-10-21 13:17:22 +02:00
parent 061dad7727
commit 04fd3a9d69

View File

@ -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", \