Author: stefan2
Date: Wed Jun 5 11:24:10 2013
New Revision: 1489814
URL: http://svn.apache.org/r1489814
Log:
On the fsfs-format7 branch: remove an used variable.
No functional change.
* subversion/libsvn_fs_fs/fs_fs.c
(svn_fs_fs__write_format): drop unused variable
Modified:
subversion/branches/fsfs-format7/subversion/libsvn_fs_fs/fs_fs.c
Modified: subversion/branches/fsfs-format7/subversion/libsvn_fs_fs/fs_fs.c
URL:
http://svn.apache.org/viewvc/subversion/branches/fsfs-format7/subversion/libsvn_fs_fs/fs_fs.c?rev=1489814&r1=1489813&r2=1489814&view=diff
==============================================================================
--- subversion/branches/fsfs-format7/subversion/libsvn_fs_fs/fs_fs.c (original)
+++ subversion/branches/fsfs-format7/subversion/libsvn_fs_fs/fs_fs.c Wed Jun 5
11:24:10 2013
@@ -173,7 +173,6 @@ svn_fs_fs__write_format(svn_fs_t *fs,
svn_stringbuf_t *sb;
const char *path = path_format(fs, pool);
fs_fs_data_t *ffd = fs->fsap_data;
- const char *path_tmp;
SVN_ERR_ASSERT(1 <= ffd->format && ffd->format <= SVN_FS_FS__FORMAT_NUMBER);