]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(compare_files): Remove declaration of unused local.
authorJim Meyering <jim@meyering.net>
Tue, 12 Apr 2005 06:46:10 +0000 (06:46 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 12 Apr 2005 06:46:10 +0000 (06:46 +0000)
src/comm.c

index 95b574f0df18a3cb7c3ceefdead3e57f0e53870d..139676f2b25a3c349a9d737e67bf4fcf30440883 100644 (file)
@@ -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++)