git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@771458
13f79535-47bb-0310-9956-
ffa450edef68
return APR_SUCCESS;
}
-/* XXX: Those 2 should be removed */
-static apr_status_t slotmem_lock(ap_slotmem_t *slot)
-{
- return (apr_global_mutex_lock(slot->smutex));
-}
-
-static apr_status_t slotmem_unlock(ap_slotmem_t *slot)
-{
- return (apr_global_mutex_unlock(slot->smutex));
-}
-
static apr_status_t slotmem_get(ap_slotmem_t *slot, unsigned int id, unsigned char *dest, apr_size_t dest_len)
{