summaryrefslogtreecommitdiff
path: root/include/apr_portable.h
diff options
context:
space:
mode:
authorylavic <ylavic@13f79535-47bb-0310-9956-ffa450edef68>2016-03-06 00:30:18 +0000
committerylavic <ylavic@13f79535-47bb-0310-9956-ffa450edef68>2016-03-06 00:30:18 +0000
commit27bdc9d3af3bb9d0ba4732204dfc4c0e86cc328f (patch)
treef9d72f9ab1e7070352176e054a0aca2e98a87fa8 /include/apr_portable.h
parente594ea44604a44fd41dfbf0269b48aa1f43a1f8e (diff)
downloadlibapr-27bdc9d3af3bb9d0ba4732204dfc4c0e86cc328f.tar.gz
proc_mutex-unixes: the apr_os_proc_mutex_t member intraproc is not used
internally and can then be axed for 2.0. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@1733777 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_portable.h')
-rw-r--r--include/apr_portable.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/apr_portable.h b/include/apr_portable.h
index 7b90a220f..7b4c5be92 100644
--- a/include/apr_portable.h
+++ b/include/apr_portable.h
@@ -136,13 +136,6 @@ struct apr_os_proc_mutex_t {
/** Value used for PTHREAD serialization */
pthread_mutex_t *pthread_interproc;
#endif
-#if APR_HAS_THREADS
- /* If no threads, no need for thread locks */
-#if APR_USE_PTHREAD_SERIALIZE
- /** This value is currently unused within APR and Apache */
- pthread_mutex_t *intraproc;
-#endif
-#endif
#if APR_HAS_POSIXSEM_SERIALIZE
/** Value used for POSIX semaphores serialization */
sem_t *psem_interproc;