summaryrefslogtreecommitdiff
path: root/rsync.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2006-06-05 16:17:33 +0000
committerWayne Davison <wayned@samba.org>2006-06-05 16:17:33 +0000
commite848e06618ab49536e2f2a97577762c8ba1d876e (patch)
tree0ed9389af8470eb05e6723fad1f05c6bd45c2702 /rsync.c
parenteece5fe32c7d7b1391876f048073380f34ea7b42 (diff)
downloadrsync-e848e06618ab49536e2f2a97577762c8ba1d876e.tar.gz
rsync-e848e06618ab49536e2f2a97577762c8ba1d876e.tar.bz2
rsync-e848e06618ab49536e2f2a97577762c8ba1d876e.zip
Got rid of an unused extern.
Diffstat (limited to 'rsync.c')
-rw-r--r--rsync.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/rsync.c b/rsync.c
index dcf984ce..f75271b2 100644
--- 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;