summaryrefslogtreecommitdiff
path: root/source3/tdb/tdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/tdb/tdb.h')
-rw-r--r--source3/tdb/tdb.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/tdb/tdb.h b/source3/tdb/tdb.h
index da8cca19de..9335725a2a 100644
--- a/source3/tdb/tdb.h
+++ b/source3/tdb/tdb.h
@@ -135,11 +135,6 @@ void tdb_printfreelist(TDB_CONTEXT *tdb);
extern TDB_DATA tdb_null;
-/* free memory if the pointer is valid and zero the pointer */
-#ifndef SAFE_FREE
-#define SAFE_FREE(x) do { if ((x) != NULL) {free((x)); (x)=NULL;} } while(0)
-#endif
-
#ifdef __cplusplus
}
#endif