diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-10-21 13:17:22 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-10-22 09:28:26 +0200 |
commit | 04fd3a9d696c4f7ada2b37297a92e25f8210211d (patch) | |
tree | 2a620237a1d271325d44158e57557bd3c8e017dc | |
parent | 061dad7727bfef1903f072fbbe97f2875428059c (diff) | |
download | samba-04fd3a9d696c4f7ada2b37297a92e25f8210211d.tar.gz samba-04fd3a9d696c4f7ada2b37297a92e25f8210211d.tar.bz2 samba-04fd3a9d696c4f7ada2b37297a92e25f8210211d.zip |
talloc/testsuite: remove #if _SAMBA_BUILD_==3
We don't include "includes.h" anymore...
metze
-rw-r--r-- | lib/talloc/testsuite.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/talloc/testsuite.c b/lib/talloc/testsuite.c index 003d74bf6d..7860ad2be6 100644 --- a/lib/talloc/testsuite.c +++ b/lib/talloc/testsuite.c @@ -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", \ |