diff options
Diffstat (limited to 'source4/include')
-rw-r--r-- | source4/include/includes.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source4/include/includes.h b/source4/include/includes.h index e94c0fe633..babef870b1 100644 --- a/source4/include/includes.h +++ b/source4/include/includes.h @@ -68,11 +68,6 @@ #include "../lib/util/smb_threads.h" #include "../lib/util/smb_threads_internal.h" -#if 0 -/* darn, we can't do this now that we don't link the ldb tools to all the smb libs */ -#define TALLOC_ABORT(reason) smb_panic(reason) -#endif - #if defined(UID_WRAPPER) #if !defined(UID_WRAPPER_REPLACE) && !defined(UID_WRAPPER_NOT_REPLACE) #define UID_WRAPPER_REPLACE |