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 2012/10/08 16:10:29 UTC

svn commit: r1395574 - /subversion/trunk/subversion/libsvn_fs_fs/tree.c

Author: philip
Date: Mon Oct  8 14:10:28 2012
New Revision: 1395574

URL: http://svn.apache.org/viewvc?rev=1395574&view=rev
Log:
* subversion/libsvn_fs_fs/tree.c
  (get_mergeinfo_for_path): Remove unused variables.

Modified:
    subversion/trunk/subversion/libsvn_fs_fs/tree.c

Modified: subversion/trunk/subversion/libsvn_fs_fs/tree.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_fs_fs/tree.c?rev=1395574&r1=1395573&r2=1395574&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_fs_fs/tree.c (original)
+++ subversion/trunk/subversion/libsvn_fs_fs/tree.c Mon Oct  8 14:10:28 2012
@@ -3872,14 +3872,10 @@ get_mergeinfo_for_path(svn_mergeinfo_t *
                        apr_pool_t *result_pool,
                        apr_pool_t *scratch_pool)
 {
-  apr_hash_t *proplist;
-  svn_string_t *mergeinfo_string;
   fs_fs_data_t *ffd = rev_root->fs->fsap_data;
   const char *cache_key;
   svn_boolean_t found = FALSE;
   svn_stringbuf_t *mergeinfo_exists;
-  const char *rel_path;
-  svn_mergeinfo_t mergeinfo_old = NULL;
 
   *mergeinfo = NULL;