summaryrefslogtreecommitdiff
path: root/include/apr_portable.h
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2016-03-06 00:30:18 +0000
committerYann Ylavic <ylavic@apache.org>2016-03-06 00:30:18 +0000
commita3ace72dd7b16d029d6b7065d72b477fe358bab2 (patch)
treef9d72f9ab1e7070352176e054a0aca2e98a87fa8 /include/apr_portable.h
parent9780427eb07994732d66e5d064552c3d47b1d9a3 (diff)
downloadapr-a3ace72dd7b16d029d6b7065d72b477fe358bab2.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: https://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;