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/06/05 13:24:10 UTC

svn commit: r1489814 - /subversion/branches/fsfs-format7/subversion/libsvn_fs_fs/fs_fs.c

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);
 



Re: svn commit: r1489814 - /subversion/branches/fsfs-format7/subversion/libsvn_fs_fs/fs_fs.c

Posted by Stefan Fuhrmann <st...@wandisco.com>.
On Wed, Jun 5, 2013 at 2:16 PM, Johan Corveleyn <jc...@gmail.com> wrote:

> On Wed, Jun 5, 2013 at 1:24 PM,  <st...@apache.org> wrote:
> > 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.
>
> Cool. And it still compiles? ;-)
>

Oops *blush*. Thanks for spotting that one ;)

-- Stefan^2.

-- 
*Join one of our free daily demo sessions on* *Scaling Subversion for the
Enterprise <http://www.wandisco.com/training/webinars>*
*

*

Re: svn commit: r1489814 - /subversion/branches/fsfs-format7/subversion/libsvn_fs_fs/fs_fs.c

Posted by Johan Corveleyn <jc...@gmail.com>.
On Wed, Jun 5, 2013 at 1:24 PM,  <st...@apache.org> wrote:
> 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.

Cool. And it still compiles? ;-)

--
Johan