]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Remove an unnecessary variable.
authorTim Kientzle <kientzle@gmail.com>
Wed, 1 Apr 2009 22:46:30 +0000 (18:46 -0400)
committerTim Kientzle <kientzle@gmail.com>
Wed, 1 Apr 2009 22:46:30 +0000 (18:46 -0400)
SVN-Revision: 900

tar/write.c

index 1425b7ac92315c2ded88701051312cc10b670394..f328fe48a6c03aca8223a3a1c6392a96b798c367 100644 (file)
@@ -321,7 +321,6 @@ tar_mode_u(struct bsdtar *bsdtar)
        int                      format;
        struct archive_dir_entry        *p;
        struct archive_dir       archive_dir;
-       int                      r;
 
        bsdtar->archive_dir = &archive_dir;
        memset(&archive_dir, 0, sizeof(archive_dir));