You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ph...@apache.org on 2010/06/30 15:09:43 UTC

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

Author: philip
Date: Wed Jun 30 13:09:43 2010
New Revision: 959296

URL: http://svn.apache.org/viewvc?rev=959296&view=rev
Log:
* subversion/libsvn_wc/update_editor.c
  (window_handler): Reinstate used variable (but make it conditional).

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=959296&r1=959295&r2=959296&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_wc/update_editor.c (original)
+++ subversion/trunk/subversion/libsvn_wc/update_editor.c Wed Jun 30 13:09:43 2010
@@ -1103,6 +1103,9 @@ window_handler(svn_txdelta_window_t *win
 {
   struct handler_baton *hb = baton;
   struct file_baton *fb = hb->fb;
+#ifdef SVN_EXPERIMENTAL_PRISTINE
+  svn_wc__db_t *db = fb->edit_baton->db;
+#endif
   svn_error_t *err;
 
   /* Apply this window.  We may be done at that point.  */