Got rid of an unused extern.
[rsync/rsync.git] / rsync.c
diff --git a/rsync.c b/rsync.c
index 89bb823..ca21e5e 100644 (file)
--- a/rsync.c
+++ b/rsync.c
@@ -35,7 +35,6 @@ extern int am_starting_up;
 extern int preserve_uid;
 extern int preserve_gid;
 extern int inplace;
-extern int recurse;
 extern int keep_dirlinks;
 extern int make_backups;
 extern struct stats stats;