diff options
-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", \ |