aboutsummaryrefslogtreecommitdiffstats
path: root/log.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2013-10-27 11:26:29 -0700
committerWayne Davison <wayned@samba.org>2013-10-27 11:26:29 -0700
commit708db6f7726081ebe96dd5c484f34115d23eb7b4 (patch)
treeb100f5b922542e4ca1a03fb6878c9d32cbab8869 /log.c
parent63f91976112b8b2118cc17eb5fc8142175566f4f (diff)
downloadandroid_external_rsync-708db6f7726081ebe96dd5c484f34115d23eb7b4.tar.gz
android_external_rsync-708db6f7726081ebe96dd5c484f34115d23eb7b4.tar.bz2
android_external_rsync-708db6f7726081ebe96dd5c484f34115d23eb7b4.zip
Git rid of uneeded extern.
Diffstat (limited to 'log.c')
-rw-r--r--log.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/log.c b/log.c
index 8015a914..b1ed320d 100644
--- a/log.c
+++ b/log.c
@@ -36,7 +36,6 @@ extern int allow_8bit_chars;
extern int protocol_version;
extern int always_checksum;
extern int preserve_times;
-extern int human_readable;
extern int msgs2stderr;
extern int stdout_format_has_i;
extern int stdout_format_has_o_or_i;