You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ju...@apache.org on 2010/08/10 14:19:00 UTC

svn commit: r983952 - /subversion/trunk/subversion/libsvn_client/repos_diff.c

Author: julianfoad
Date: Tue Aug 10 12:19:00 2010
New Revision: 983952

URL: http://svn.apache.org/viewvc?rev=983952&view=rev
Log:
* subversion/libsvn_client/repos_diff.c
  (diff_deleted_dir): Remove two unused variables.

Modified:
    subversion/trunk/subversion/libsvn_client/repos_diff.c

Modified: subversion/trunk/subversion/libsvn_client/repos_diff.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_client/repos_diff.c?rev=983952&r1=983951&r2=983952&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_client/repos_diff.c (original)
+++ subversion/trunk/subversion/libsvn_client/repos_diff.c Tue Aug 10 12:19:00 2010
@@ -504,8 +504,6 @@ diff_deleted_dir(const char *dir,
         {
           struct file_baton *b;
           const char *mimetype1, *mimetype2;
-          svn_wc_notify_state_t state = svn_wc_notify_state_inapplicable;
-          svn_boolean_t tree_conflicted = FALSE;
 
           /* Compare a file being deleted against an empty file */
           b = make_file_baton(path, FALSE, eb, iterpool);
@@ -516,7 +514,7 @@ diff_deleted_dir(const char *dir,
           get_file_mime_types(&mimetype1, &mimetype2, b);
 
           SVN_ERR(eb->diff_callbacks->file_deleted
-                  (NULL, &state, &tree_conflicted, b->wcpath,
+                  (NULL, NULL, NULL, b->wcpath,
                    b->path_start_revision,
                    b->path_end_revision,
                    mimetype1, mimetype2,