summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrianp <brianp@13f79535-47bb-0310-9956-ffa450edef68>2002-06-09 04:42:58 +0000
committerbrianp <brianp@13f79535-47bb-0310-9956-ffa450edef68>2002-06-09 04:42:58 +0000
commitce7489570d8dbe3a73c8036e636c983a9dc5489f (patch)
treee3bbab88a140e1bf6e53a51b9055be9dd833ab0f
parent7fa0514b1fb000f1640a19941faa52bd5aeaffbc (diff)
downloadlibapr-ce7489570d8dbe3a73c8036e636c983a9dc5489f.tar.gz
Remove one of the two declarations of apr_socket_inherit_set()
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63482 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--include/apr_network_io.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/apr_network_io.h b/include/apr_network_io.h
index 723c6acbc..14830832a 100644
--- a/include/apr_network_io.h
+++ b/include/apr_network_io.h
@@ -822,9 +822,6 @@ APR_DECLARE(void) apr_socket_set_inherit(apr_socket_t *skt);
*/
APR_DECLARE(void) apr_socket_inherit_unset(apr_socket_t *skt);
-/** @deprecated @see apr_socket_inherit_set */
-APR_DECLARE(void) apr_socket_set_inherit(apr_socket_t *skt);
-
#ifdef __cplusplus
}
#endif