summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source4/lib/util/safe_string.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/source4/lib/util/safe_string.h b/source4/lib/util/safe_string.h
index 43e094467c..92d11ca848 100644
--- a/source4/lib/util/safe_string.h
+++ b/source4/lib/util/safe_string.h
@@ -25,11 +25,6 @@
/* Some macros to ensure people don't use buffer overflow vulnerable string
functions. */
-#ifdef bcopy
-#undef bcopy
-#endif /* bcopy */
-#define bcopy(src,dest,size) __ERROR__XX__NEVER_USE_BCOPY___;
-
#ifdef strcpy
#undef strcpy
#endif /* strcpy */