summaryrefslogtreecommitdiff
path: root/include/apr_general.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/apr_general.h')
-rw-r--r--include/apr_general.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/apr_general.h b/include/apr_general.h
index 3c9def4aa..8db5f67b5 100644
--- a/include/apr_general.h
+++ b/include/apr_general.h
@@ -143,10 +143,6 @@ int strncasecmp(const char *a, const char *b, size_t n);
#define memmove(a,b,c) bcopy(b,a,c)
#endif
-#if (!APR_HAVE_BZERO)
-#define bzero(a,b) memset(a,0,b)
-#endif
-
/**
* @package APR Random Functions
*/