From: Michihiro NAKAJIMA Date: Sun, 26 Feb 2012 03:42:32 +0000 (+0900) Subject: Remove duplicate statements. X-Git-Tag: v3.0.4~2^2~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c29991ab8739ba6e37669d7ea1491810c76f18c;p=thirdparty%2Flibarchive.git Remove duplicate statements. --- diff --git a/cpio/cpio.c b/cpio/cpio.c index 081f211e1..bae74f9c4 100644 --- a/cpio/cpio.c +++ b/cpio/cpio.c @@ -376,9 +376,6 @@ main(int argc, char *argv[]) if (cpio->option_link && cpio->mode != 'p') lafe_errc(1, 0, "Option -l requires -p"); /* -v overrides -V */ - if (cpio->dot && cpio->verbose) - cpio->dot = 0; - /* -v overrides -V */ if (cpio->dot && cpio->verbose) cpio->dot = 0; /* TODO: Flag other nonsensical combinations. */