summaryrefslogtreecommitdiff
path: root/subversion/include/private/svn_dep_compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'subversion/include/private/svn_dep_compat.h')
-rw-r--r--subversion/include/private/svn_dep_compat.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/subversion/include/private/svn_dep_compat.h b/subversion/include/private/svn_dep_compat.h
index 6b381d2..7e66038 100644
--- a/subversion/include/private/svn_dep_compat.h
+++ b/subversion/include/private/svn_dep_compat.h
@@ -108,12 +108,6 @@ extern "C" {
#define APR_OPENINFO 0x00100000
#endif
-#if !APR_VERSION_AT_LEAST(1,4,0)
-#ifndef apr_time_from_msec
-#define apr_time_from_msec(msec) ((apr_time_t)(msec) * 1000)
-#endif
-#endif
-
/**
* APR 1 has volatile qualifier bugs in some atomic prototypes that
* are fixed in APR 2: