Author: julianfoad
Date: Mon Nov 16 17:59:04 2015
New Revision: 1714644

URL: http://svn.apache.org/viewvc?rev=1714644&view=rev
Log:
Un-break the Windows build, following r1714640.

* subversion/libsvn_wc/wc.h
  (svn_branch__get_eid_by_rrpath): Comment out this declaration, as it has no
    definition and that breaks the Windows build.

Modified:
    subversion/trunk/subversion/include/private/svn_branch_nested.h

Modified: subversion/trunk/subversion/include/private/svn_branch_nested.h
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/include/private/svn_branch_nested.h?rev=1714644&r1=1714643&r2=1714644&view=diff
==============================================================================
--- subversion/trunk/subversion/include/private/svn_branch_nested.h (original)
+++ subversion/trunk/subversion/include/private/svn_branch_nested.h Mon Nov 16 
17:59:04 2015
@@ -73,10 +73,10 @@ svn_branch__get_rrpath_by_eid(const svn_
  *
  * ### TODO: Clarify sequencing requirements.
  */
-int
+/*int
 svn_branch__get_eid_by_rrpath(svn_branch__state_t *branch,
                               const char *rrpath,
-                              apr_pool_t *scratch_pool);
+                              apr_pool_t *scratch_pool);*/
 
 /* Find the (deepest) branch of which the path RELPATH is either the root
  * path or a normal, non-sub-branch path. An element need not exist at


Reply via email to