Author: kotkov
Date: Sat Jan 9 18:48:09 2016
New Revision: 1723872
URL: http://svn.apache.org/viewvc?rev=1723872&view=rev
Log:
On 'fs-node-api' branch: Following up on r1723809, remove misplaced
comment.
* subversion/include/svn_fs.h
(svn_fs_open_node): Remove the misplaced comment about transactions.
Modified:
subversion/branches/fs-node-api/subversion/include/svn_fs.h
Modified: subversion/branches/fs-node-api/subversion/include/svn_fs.h
URL:
http://svn.apache.org/viewvc/subversion/branches/fs-node-api/subversion/include/svn_fs.h?rev=1723872&r1=1723871&r2=1723872&view=diff
==============================================================================
--- subversion/branches/fs-node-api/subversion/include/svn_fs.h (original)
+++ subversion/branches/fs-node-api/subversion/include/svn_fs.h Sat Jan 9
18:48:09 2016
@@ -1633,9 +1633,6 @@ svn_fs_paths_changed(apr_hash_t **change
*/
typedef struct svn_fs_node_t svn_fs_node_t;
-/** Open the transaction named @a name in the filesystem @a fs. Set @a *txn
- * to the transaction.
-
/** Open the node present at @a path under @a root. Set @a *node_p to the node
* Sets @a *node_p to NULL if @a path does not exist under @a root
* and @a ignore_enoent is non-zero. Returns error otherwise.