summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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