You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2014/03/26 17:25:26 UTC

svn commit: r1581912 - /subversion/trunk/subversion/svnserve/server.h

Author: stefan2
Date: Wed Mar 26 16:25:25 2014
New Revision: 1581912

URL: http://svn.apache.org/r1581912
Log:
Follow-up to r1581906: 

* subversion/svnserve/server.h
  (connection_t): Remove unused struct member.

Modified:
    subversion/trunk/subversion/svnserve/server.h

Modified: subversion/trunk/subversion/svnserve/server.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/svnserve/server.h?rev=1581912&r1=1581911&r2=1581912&view=diff
==============================================================================
--- subversion/trunk/subversion/svnserve/server.h (original)
+++ subversion/trunk/subversion/svnserve/server.h Wed Mar 26 16:25:25 2014
@@ -175,9 +175,6 @@ typedef struct connection_t
   /* memory pool for objects with connection lifetime */
   apr_pool_t *pool;
 
-  /* source and ultimate destiny for POOL */
-  svn_root_pools__t *root_pools;
-  
   /* Number of threads using the pool.
      The pool passed to apr_thread_create can only be released when both