diff options
author | Wayne Davison <wayned@samba.org> | 2006-02-24 16:43:44 +0000 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2006-02-24 16:43:44 +0000 |
commit | cca92086975de6bf3af19a8bbe5965f3716ebd12 (patch) | |
tree | 40256be6b68925abaeb47fe1072161e707288fa0 /clientname.c | |
parent | aa37022ef7f808385a16115e2be0aa253e9c6da4 (diff) | |
download | rsync-cca92086975de6bf3af19a8bbe5965f3716ebd12.tar.gz rsync-cca92086975de6bf3af19a8bbe5965f3716ebd12.tar.bz2 rsync-cca92086975de6bf3af19a8bbe5965f3716ebd12.zip |
Got rid of unused externs.
Diffstat (limited to 'clientname.c')
-rw-r--r-- | clientname.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clientname.c b/clientname.c index f1a77d60..6d70827c 100644 --- a/clientname.c +++ b/clientname.c @@ -34,7 +34,6 @@ #include "rsync.h" static const char default_name[] = "UNKNOWN"; -extern int am_daemon; extern int am_server; |