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/18 18:25:29 UTC

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

Author: hwright
Date: Mon Apr 18 16:25:28 2011
New Revision: 1094641

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

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=1094641&r1=1094640&r2=1094641&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/update_editor.c (original)
+++ subversion/trunk/subversion/libsvn_wc/update_editor.c Mon Apr 18 16:25:28 2011
@@ -4113,8 +4113,6 @@ close_edit(void *edit_baton,
             }
           else if (status == svn_wc__db_status_excluded)
             {
-              svn_skel_t *work_item;
-
               /* There is a small chance that the explicit target of an update/
                  switch is gone in the repository, in that specific case the
                  node hasn't been re-added to the BASE tree by this update.