[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] remove last reference to svn_fs__dag_close

From: Yoshiki Hayashi <yoshiki_at_xemacs.org>
Date: 2001-02-23 08:34:54 CET

* tree.c (make_path_mutable): Remove call to svn_fs__dag_close

Index: tree.c
===================================================================
RCS file: /cvs/subversion/subversion/libsvn_fs/tree.c,v
retrieving revision 1.21
diff -u -r1.21 tree.c
--- tree.c 2001/02/22 17:58:20 1.21
+++ tree.c 2001/02/23 07:31:11
@@ -518,7 +518,6 @@
     SVN_ERR (mutable_root_node (&clone, root, error_path, trail));
 
   /* Update the PARENT_PATH link to refer to the clone. */
- svn_fs__dag_close (parent_path->node);
   parent_path->node = clone;
   return SVN_NO_ERROR;
 }

-- 
Yoshiki Hayashi
Received on Sat Oct 21 14:36:23 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.