From ce7489570d8dbe3a73c8036e636c983a9dc5489f Mon Sep 17 00:00:00 2001 From: brianp Date: Sun, 9 Jun 2002 04:42:58 +0000 Subject: 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 --- include/apr_network_io.h | 3 --- 1 file changed, 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 -- cgit v1.2.1