]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Remove unused variable.
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>
Wed, 16 Dec 2009 12:13:21 +0000 (07:13 -0500)
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>
Wed, 16 Dec 2009 12:13:21 +0000 (07:13 -0500)
SVN-Revision: 1743

libarchive/test/test_read_format_mtree.c

index dc512ac449adae699c1b4e83979ef7a56726d839..82d115bdf8531a2e80ab24711fcac8019179d69e 100644 (file)
@@ -117,7 +117,6 @@ test_read_format_mtree2(void)
            "d type=dir content=.\n";
        struct archive_entry *ae;
        struct archive *a;
-       FILE *f;
 
        assert((a = archive_read_new()) != NULL);
        assertEqualIntA(a, ARCHIVE_OK,