From: Tim Kientzle Date: Wed, 1 Apr 2009 22:46:30 +0000 (-0400) Subject: Remove an unnecessary variable. X-Git-Tag: v2.7.0~41 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e39b74d0f91f175f04ca5cfc77b4c8d0eba6d445;p=thirdparty%2Flibarchive.git Remove an unnecessary variable. SVN-Revision: 900 --- diff --git a/tar/write.c b/tar/write.c index 1425b7ac9..f328fe48a 100644 --- a/tar/write.c +++ b/tar/write.c @@ -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));