Author: philip
Date: Thu Sep 22 13:45:03 2011
New Revision: 1174132
URL: http://svn.apache.org/viewvc?rev=1174132&view=rev
Log:
* subversion/libsvn_wc/update_editor.c
(fetch_kind_func): 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=1174132&r1=1174131&r2=1174132&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/update_editor.c (original)
+++ subversion/trunk/subversion/libsvn_wc/update_editor.c Thu Sep 22 13:45:03
2011
@@ -4588,7 +4588,6 @@ fetch_kind_func(svn_node_kind_t *kind,
struct fetch_baton *fpb = baton;
const char *local_abspath = svn_dirent_join(fpb->target_abspath, path,
scratch_pool);
- svn_error_t *err;
svn_wc__db_kind_t db_kind;
SVN_ERR(svn_wc__db_read_kind(&db_kind, fpb->db, local_abspath, FALSE,