From 051001788817d76b7e6fe4f14e45c5779d454e07 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 12 Apr 2005 06:46:10 +0000 Subject: [PATCH] (compare_files): Remove declaration of unused local. --- src/comm.c | 1 - 1 file changed, 1 deletion(-) 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++) -- 2.47.3