Got rid of an unused extern.
authorWayne Davison <wayned@samba.org>
Mon, 5 Jun 2006 16:17:33 +0000 (16:17 +0000)
committerWayne Davison <wayned@samba.org>
Mon, 5 Jun 2006 16:17:33 +0000 (16:17 +0000)
rsync.c

diff --git a/rsync.c b/rsync.c
index dcf984c..f75271b 100644 (file)
--- a/rsync.c
+++ b/rsync.c
@@ -32,7 +32,6 @@
 
 extern int verbose;
 extern int dry_run;
-extern int logfile_format_has_i;
 extern int preserve_perms;
 extern int preserve_executability;
 extern int preserve_times;