summaryrefslogtreecommitdiff
path: root/source3/include/talloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/talloc.h')
-rw-r--r--source3/include/talloc.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/include/talloc.h b/source3/include/talloc.h
index a4df28c8b0..89c2f82e05 100644
--- a/source3/include/talloc.h
+++ b/source3/include/talloc.h
@@ -21,12 +21,6 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-#ifdef DEBUG_TALLOC
-#define BAD_PTR (void*)0xdeadbeef
-#else
-#define BAD_PTR NULL
-#endif
-
struct talloc_chunk {
struct talloc_chunk *next;
size_t size;