From: Tim Kientzle Date: Sat, 17 May 2008 07:45:39 +0000 (-0400) Subject: More cleanup of unused variables. X-Git-Tag: v2.6.0~228 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4ead2345d5162f48c7c02e6fd75fbbb131979cda;p=thirdparty%2Flibarchive.git More cleanup of unused variables. SVN-Revision: 64 --- diff --git a/tar/read.c b/tar/read.c index 9718d70dd..edb33cb45 100644 --- a/tar/read.c +++ b/tar/read.c @@ -98,7 +98,6 @@ read_archive(struct bsdtar *bsdtar, char mode) struct archive_entry *entry; const struct stat *st; int r; - char *subst_name; while (*bsdtar->argv) { include(bsdtar, *bsdtar->argv); diff --git a/tar/write.c b/tar/write.c index 8110f1a67..0e6d267fc 100644 --- a/tar/write.c +++ b/tar/write.c @@ -817,7 +817,6 @@ write_entry(struct bsdtar *bsdtar, struct archive *a, const struct stat *st, const char *pathname, const char *accpath) { struct archive_entry *entry, *sparse_entry; - int e; int fd; #ifdef __linux int r;