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 2013/05/20 12:51:02 UTC

svn commit: r1484422 - /subversion/trunk/subversion/tests/libsvn_fs_fs/fs-pack-test.c

Author: philip
Date: Mon May 20 10:51:01 2013
New Revision: 1484422

URL: http://svn.apache.org/r1484422
Log:
* subversion/tests/libsvn_fs_fs/fs-pack-test.c
  (write_format): Remove unused variable.

Modified:
    subversion/trunk/subversion/tests/libsvn_fs_fs/fs-pack-test.c

Modified: subversion/trunk/subversion/tests/libsvn_fs_fs/fs-pack-test.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/tests/libsvn_fs_fs/fs-pack-test.c?rev=1484422&r1=1484421&r2=1484422&view=diff
==============================================================================
--- subversion/trunk/subversion/tests/libsvn_fs_fs/fs-pack-test.c (original)
+++ subversion/trunk/subversion/tests/libsvn_fs_fs/fs-pack-test.c Mon May 20 10:51:01 2013
@@ -72,8 +72,6 @@ write_format(const char *path,
     }
 
     {
-      const char *path_tmp;
-
       SVN_ERR(svn_io_write_atomic(path, contents, strlen(contents),
                                   NULL /* copy perms */, pool));
     }