Author: stsp
Date: Sat Feb 25 14:13:23 2012
New Revision: 1293612
URL: http://svn.apache.org/viewvc?rev=1293612&view=rev
Log:
* subversion/libsvn_wc/wc_db_wcroot.c
(get_path_kind): Remove obsolete information in comment.
Modified:
subversion/trunk/subversion/libsvn_wc/wc_db_wcroot.c
Modified: subversion/trunk/subversion/libsvn_wc/wc_db_wcroot.c
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/wc_db_wcroot.c?rev=1293612&r1=1293611&r2=1293612&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/wc_db_wcroot.c (original)
+++ subversion/trunk/subversion/libsvn_wc/wc_db_wcroot.c Sat Feb 25 14:13:23
2012
@@ -100,9 +100,7 @@ get_old_version(int *version,
of LOCAL_ABSPATH, using DB and SCRATCH_POOL as needed.
This function may do strange things, but at long as it comes up with the
- Right Answer, we should be happy.
-
- Sets *KIND to svn_node_dir for symlinks. */
+ Right Answer, we should be happy. */
static svn_error_t *
get_path_kind(svn_kind_t *kind,
svn_wc__db_t *db,