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/06 17:24:03 UTC

svn commit: r1089491 - /subversion/trunk/subversion/libsvn_wc/update_editor.c

Author: hwright
Date: Wed Apr  6 15:24:03 2011
New Revision: 1089491

URL: http://svn.apache.org/viewvc?rev=1089491&view=rev
Log:
* subversion/libsvn_wc/update_editor.c
  (complete_directory): Remove unused variables.

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

Modified: subversion/trunk/subversion/libsvn_wc/update_editor.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/update_editor.c?rev=1089491&r1=1089490&r2=1089491&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/update_editor.c (original)
+++ subversion/trunk/subversion/libsvn_wc/update_editor.c Wed Apr  6 15:24:03 2011
@@ -648,9 +648,6 @@ complete_directory(struct edit_baton *eb
                    svn_boolean_t is_root_dir,
                    apr_pool_t *scratch_pool)
 {
-  const apr_array_header_t *children;
-  int i;
-
   /* If this is the root directory and there is a target, we don't have to
      mark this directory complete. */
   if (is_root_dir && *eb->target_basename != '\0')