From: Tim Kientzle Date: Fri, 16 May 2008 22:46:44 +0000 (-0400) Subject: Clean up after Joerg. ;-) X-Git-Tag: v2.6.0~229 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f73c14223aca672e05d2b32876d65be33e945d0a;p=thirdparty%2Flibarchive.git Clean up after Joerg. ;-) SVN-Revision: 63 --- diff --git a/libarchive/archive_read_support_format_mtree.c b/libarchive/archive_read_support_format_mtree.c index a61ea3182..606e88329 100644 --- a/libarchive/archive_read_support_format_mtree.c +++ b/libarchive/archive_read_support_format_mtree.c @@ -464,7 +464,6 @@ static int parse_device(struct archive *a, struct archive_entry *entry, char *val) { char *comma1, *comma2; - dev_t dev_major, dev_minor; comma1 = strchr(val, ','); if (comma1 == NULL) {