From: Jim Meyering Date: Tue, 12 Apr 2005 06:46:10 +0000 (+0000) Subject: (compare_files): Remove declaration of unused local. X-Git-Tag: CPPI-1_12~1003 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=051001788817d76b7e6fe4f14e45c5779d454e07;p=thirdparty%2Fcoreutils.git (compare_files): Remove declaration of unused local. --- diff --git a/src/comm.c b/src/comm.c index 95b574f0df..139676f2b2 100644 --- a/src/comm.c +++ b/src/comm.c @@ -154,7 +154,6 @@ compare_files (char **infiles) FILE *streams[2]; int i; - bool ret = true; /* Initialize the storage. */ for (i = 0; i < 2; i++)