Author: philip
Date: Wed Jun 30 12:58:46 2010
New Revision: 959294
URL: http://svn.apache.org/viewvc?rev=959294&view=rev
Log:
* subversion/libsvn_wc/update_editor.c
(window_handler): 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=959294&r1=959293&r2=959294&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/update_editor.c (original)
+++ subversion/trunk/subversion/libsvn_wc/update_editor.c Wed Jun 30 12:58:46
2010
@@ -1103,7 +1103,6 @@ window_handler(svn_txdelta_window_t *win
{
struct handler_baton *hb = baton;
struct file_baton *fb = hb->fb;
- svn_wc__db_t *db = fb->edit_baton->db;
svn_error_t *err;
/* Apply this window. We may be done at that point. */