You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by rh...@apache.org on 2011/04/11 18:33:53 UTC

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

Author: rhuijben
Date: Mon Apr 11 16:33:53 2011
New Revision: 1091115

URL: http://svn.apache.org/viewvc?rev=1091115&view=rev
Log:
* subversion/libsvn_wc/update_editor.c
  (open_file): Remove a filestat which result isn't used since before 1.6.

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=1091115&r1=1091114&r2=1091115&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/update_editor.c (original)
+++ subversion/trunk/subversion/libsvn_wc/update_editor.c Mon Apr 11 16:33:53 2011
@@ -3090,7 +3090,6 @@ open_file(const char *path,
   struct dir_baton *pb = parent_baton;
   struct edit_baton *eb = pb->edit_baton;
   struct file_baton *fb;
-  svn_node_kind_t kind;
   svn_boolean_t conflicted;
   svn_boolean_t have_work;
   svn_wc__db_status_t status;
@@ -3130,8 +3129,6 @@ open_file(const char *path,
       }
   }
 
-  SVN_ERR(svn_io_check_path(fb->local_abspath, &kind, scratch_pool));
-
   /* Sanity check. */
 
   /* If replacing, make sure the .svn entry already exists. */