From 4ead2345d5162f48c7c02e6fd75fbbb131979cda Mon Sep 17 00:00:00 2001 From: Tim Kientzle Date: Sat, 17 May 2008 03:45:39 -0400 Subject: [PATCH] More cleanup of unused variables. SVN-Revision: 64 --- tar/read.c | 1 - tar/write.c | 1 - 2 files changed, 2 deletions(-) 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; -- 2.47.3