You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2010/05/12 18:00:46 UTC

svn commit: r943563 - /subversion/trunk/subversion/libsvn_wc/wc_db.h

Author: julianfoad
Date: Wed May 12 16:00:46 2010
New Revision: 943563

URL: http://svn.apache.org/viewvc?rev=943563&view=rev
Log:
* subversion/libsvn_wc/wc_db.h
  (svn_wc__db_temp_op_remove_entry, svn_wc__db_temp_op_set_dir_depth):
    Remove obsolete comments.

Modified:
    subversion/trunk/subversion/libsvn_wc/wc_db.h

Modified: subversion/trunk/subversion/libsvn_wc/wc_db.h
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/wc_db.h?rev=943563&r1=943562&r2=943563&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/wc_db.h (original)
+++ subversion/trunk/subversion/libsvn_wc/wc_db.h Wed May 12 16:00:46 2010
@@ -2166,16 +2166,14 @@ svn_wc__db_temp_set_keep_local(svn_wc__d
                                apr_pool_t *scratch_pool);
 
 /* Removes all references of LOCAL_ABSPATH from its working copy
-   using DB. When FLUSH_ENTRY_CACHE is set to TRUE, flush the related
-   entries caches. */
+   using DB. */
 svn_error_t *
 svn_wc__db_temp_op_remove_entry(svn_wc__db_t *db,
                                 const char *local_abspath,
                                 apr_pool_t *scratch_pool);
 
 /* Sets the depth of LOCAL_ABSPATH in its working copy to DEPTH
-   using DB. When FLUSH_ENTRY_CACHE is set to TRUE, flush the related
-   entries caches. */
+   using DB. */
 svn_error_t *
 svn_wc__db_temp_op_set_dir_depth(svn_wc__db_t *db,
                                  const char *local_abspath,