From: Stefan Metzmacher Date: Fri, 21 Oct 2011 11:17:22 +0000 (+0200) Subject: talloc/testsuite: remove #if _SAMBA_BUILD_==3 X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=04fd3a9d696c4f7ada2b37297a92e25f8210211d;p=rusty%2Fsamba.git talloc/testsuite: remove #if _SAMBA_BUILD_==3 We don't include "includes.h" anymore... metze --- diff --git a/lib/talloc/testsuite.c b/lib/talloc/testsuite.c index 003d74bf6dc..7860ad2be67 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", \