You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by hw...@apache.org on 2011/04/26 16:44:22 UTC

svn commit: r1096769 - /subversion/trunk/subversion/libsvn_wc/workqueue.c

Author: hwright
Date: Tue Apr 26 14:44:22 2011
New Revision: 1096769

URL: http://svn.apache.org/viewvc?rev=1096769&view=rev
Log:
* subversion/libsvn_wc/workqueue.c
  (run_file_commit): Don't even bother parsing values we don't use.

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

Modified: subversion/trunk/subversion/libsvn_wc/workqueue.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/workqueue.c?rev=1096769&r1=1096768&r2=1096769&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/workqueue.c (original)
+++ subversion/trunk/subversion/libsvn_wc/workqueue.c Tue Apr 26 14:44:22 2011
@@ -519,9 +519,7 @@ run_file_commit(svn_wc__db_t *db,
   SVN_ERR(svn_wc__db_from_relpath(&local_abspath, db, wri_abspath,
                                   local_relpath, scratch_pool, scratch_pool));
 
-  /* We currently ignore the following two values, just kept in for compat. */
-  SVN_ERR(svn_skel__parse_int(&v, arg1->next, scratch_pool));
-  SVN_ERR(svn_skel__parse_int(&v, arg1->next, scratch_pool));
+  /* We don't both parsing the other two values in the skel. */
 
   return svn_error_return(
                 process_commit_file_install(db, local_abspath,