summaryrefslogtreecommitdiff
path: root/src/comm.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-04-12 06:46:10 +0000
committerJim Meyering <jim@meyering.net>2005-04-12 06:46:10 +0000
commit051001788817d76b7e6fe4f14e45c5779d454e07 (patch)
treef954f976ef6f096a4e5051a1fbe2b817ef38c3e2 /src/comm.c
parent19393fd8860c833f360e9902d5b5ade2c8779ebe (diff)
downloadcoreutils-051001788817d76b7e6fe4f14e45c5779d454e07.tar.xz
(compare_files): Remove declaration of unused local.
Diffstat (limited to 'src/comm.c')
-rw-r--r--src/comm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/comm.c b/src/comm.c
index 95b574f0d..139676f2b 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++)