You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by jw...@apache.org on 2001/10/08 21:10:29 UTC

cvs commit: apr/locks/unix thread_rwlock.c

jwoolley    01/10/08 12:10:29

  Modified:    locks/unix thread_rwlock.c
  Log:
  Remove a stray function stub
  Submitted by:	Aaron
  
  Revision  Changes    Path
  1.5       +0 -5      apr/locks/unix/thread_rwlock.c
  
  Index: thread_rwlock.c
  ===================================================================
  RCS file: /home/cvs/apr/locks/unix/thread_rwlock.c,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -d -u -r1.4 -r1.5
  --- thread_rwlock.c	2001/09/29 14:14:07	1.4
  +++ thread_rwlock.c	2001/10/08 19:10:28	1.5
  @@ -220,11 +220,6 @@
       return APR_ENOTIMPL;
   }
   
  -APR_DECLARE(apr_status_t) apr_thread_rwlock_lock(apr_thread_rwlock_t *rwlock)
  -{
  -    return APR_ENOTIMPL;
  -}
  -
   APR_DECLARE(apr_status_t) apr_thread_rwlock_unlock(apr_thread_rwlock_t *rwlock)
   {
       return APR_ENOTIMPL;