diff options
author | Jeff Trawick <trawick@apache.org> | 2009-04-02 00:06:49 +0200 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2009-04-02 00:06:49 +0200 |
commit | 0acd50d15026fd0a2aedd642693a75e74c86b43a (patch) | |
tree | 2e4d1017090b64d5b4069e7ffba09dde353c952c /modules/cluster | |
parent | * Add SSLProxyCheckPeerExpire and SSLProxyCheckPeerCN directives to enable (diff) | |
download | apache2-0acd50d15026fd0a2aedd642693a75e74c86b43a.tar.xz apache2-0acd50d15026fd0a2aedd642693a75e74c86b43a.zip |
clean up apr_time_from_msec() compatibility macros
* where needed, base on APR_VERSION_AT_LEAST() so we remember what this is about
* where not, axe
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@761084 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/cluster')
-rw-r--r-- | modules/cluster/mod_heartmonitor.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/cluster/mod_heartmonitor.c b/modules/cluster/mod_heartmonitor.c index cf9f42852a..78b391ad39 100644 --- a/modules/cluster/mod_heartmonitor.c +++ b/modules/cluster/mod_heartmonitor.c @@ -297,12 +297,6 @@ static apr_status_t hm_recv(hm_ctx_t *ctx, apr_pool_t *p) return rv; } - -#ifndef apr_time_from_msec -#define apr_time_from_msec(x) (x * 1000) -#endif - - static apr_status_t hm_watchdog_callback(int state, void *data, apr_pool_t *pool) { |