summaryrefslogtreecommitdiff
path: root/source4/lib/talloc/talloc.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-05-16 02:45:36 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:16:46 -0500
commit9e044848e394e4395f88b77361e7be06833e3bb8 (patch)
tree8b457b85daf8fa0d115b8372a3e157e5913c3ad3 /source4/lib/talloc/talloc.c
parent5251703764846f0ed2c06127d67f4b4f65d08945 (diff)
downloadsamba-9e044848e394e4395f88b77361e7be06833e3bb8.tar.gz
samba-9e044848e394e4395f88b77361e7be06833e3bb8.tar.bz2
samba-9e044848e394e4395f88b77361e7be06833e3bb8.zip
r6808: - test for gcov not needed
- samba malloc wrapper avoidance not needed now we don't use includes.h - make testsuite work when BOOL, True, False already defined (This used to be commit c8a274c8735957a8a8dd21421abd65a8a1af20f7)
Diffstat (limited to 'source4/lib/talloc/talloc.c')
-rw-r--r--source4/lib/talloc/talloc.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/source4/lib/talloc/talloc.c b/source4/lib/talloc/talloc.c
index ca2fd9a288..01d1b9f255 100644
--- a/source4/lib/talloc/talloc.c
+++ b/source4/lib/talloc/talloc.c
@@ -27,19 +27,6 @@
*/
-#ifdef _SAMBA_BUILD_
-#if ((SAMBA_VERSION_MAJOR==3)&&(SAMBA_VERSION_MINOR<9))
-/* This is to circumvent SAMBA3's paranoid malloc checker. Here in this file
- * we trust ourselves... */
-#ifdef malloc
-#undef malloc
-#endif
-#ifdef realloc
-#undef realloc
-#endif
-#endif
-#endif
-
#include "config.h"
#include <stdio.h>