diff options
-rw-r--r-- | source3/include/safe_string.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/include/safe_string.h b/source3/include/safe_string.h index 9f908bc145..df3633d91d 100644 --- a/source3/include/safe_string.h +++ b/source3/include/safe_string.h @@ -32,11 +32,6 @@ #endif /* bcopy */ #define bcopy(src,dest,size) __ERROR__XX__NEVER_USE_BCOPY___; -#ifdef bzero -#undef bzero -#endif /* bzero */ -#define bzero(dest,size) __ERROR__XX__NEVER_USE_BZERO_USE_MEMSET_INSTEAD___; - #ifdef strcpy #undef strcpy #endif /* strcpy */ |