Author: julianfoad
Date: Wed May 18 16:24:03 2011
New Revision: 1124319

URL: http://svn.apache.org/viewvc?rev=1124319&view=rev
Log:
* subversion/libsvn_wc/wc_db_pristine.c
  (get_pristine_fname): Remove a comment obsoleted by r910234.

Modified:
    subversion/trunk/subversion/libsvn_wc/wc_db_pristine.c

Modified: subversion/trunk/subversion/libsvn_wc/wc_db_pristine.c
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/wc_db_pristine.c?rev=1124319&r1=1124318&r2=1124319&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/wc_db_pristine.c (original)
+++ subversion/trunk/subversion/libsvn_wc/wc_db_pristine.c Wed May 18 16:24:03 
2011
@@ -43,7 +43,6 @@
    configured for the working copy indicated by PDH. The returned path
    does not necessarily currently exist.
 
-
    Any other allocations are made in SCRATCH_POOL. */
 static svn_error_t *
 get_pristine_fname(const char **pristine_abspath,
@@ -62,9 +61,6 @@ get_pristine_fname(const char **pristine
   SVN_ERR_ASSERT(sha1_checksum != NULL);
   SVN_ERR_ASSERT(sha1_checksum->kind == svn_checksum_sha1);
 
-  /* ### need to fix this to use a symbol for ".svn". we don't need
-     ### to use join_many since we know "/" is the separator for
-     ### internal canonical paths */
   base_dir_abspath = svn_dirent_join_many(scratch_pool,
                                           wcroot_abspath,
                                           svn_wc_get_adm_dir(scratch_pool),


Reply via email to