You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2013/07/22 13:30:19 UTC

svn commit: r1505661 - /subversion/branches/fsfs-improvements/subversion/libsvn_fs_fs/transaction.c

Author: stefan2
Date: Mon Jul 22 11:30:19 2013
New Revision: 1505661

URL: http://svn.apache.org/r1505661
Log:
On the fsfs-improvements branch: Follow-up to r1505660.
Fix a duplicate declaration.

* subversion/libsvn_fs_fs/transaction.c
  (commit_body): 'date' is not required in global scope, even less so twice

Modified:
    subversion/branches/fsfs-improvements/subversion/libsvn_fs_fs/transaction.c

Modified: subversion/branches/fsfs-improvements/subversion/libsvn_fs_fs/transaction.c
URL: http://svn.apache.org/viewvc/subversion/branches/fsfs-improvements/subversion/libsvn_fs_fs/transaction.c?rev=1505661&r1=1505660&r2=1505661&view=diff
==============================================================================
--- subversion/branches/fsfs-improvements/subversion/libsvn_fs_fs/transaction.c (original)
+++ subversion/branches/fsfs-improvements/subversion/libsvn_fs_fs/transaction.c Mon Jul 22 11:30:19 2013
@@ -2819,9 +2819,7 @@ commit_body(void *baton, apr_pool_t *poo
   apr_hash_t *txnprops;
   apr_array_header_t *txnprop_list;
   svn_prop_t prop;
-  svn_string_t date;
   svn_stringbuf_t *trailer;
-  svn_string_t date;
 
   /* Get the current youngest revision. */
   SVN_ERR(svn_fs_fs__youngest_rev(&old_rev, cb->fs, pool));