]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Got rid of an unused variable.
authorWayne Davison <wayned@samba.org>
Tue, 9 May 2006 18:00:15 +0000 (18:00 +0000)
committerWayne Davison <wayned@samba.org>
Tue, 9 May 2006 18:00:15 +0000 (18:00 +0000)
flist.c

diff --git a/flist.c b/flist.c
index b4de31c5651bb3ebc7af7f398c1745a2e76dd818..501a02ea12b2a1f651c3b157223836ff8d1c20c5 100644 (file)
--- a/flist.c
+++ b/flist.c
@@ -37,7 +37,6 @@ extern int numeric_ids;
 extern int recurse;
 extern int xfer_dirs;
 extern int filesfrom_fd;
-extern int curr_dir_depth;
 extern int one_file_system;
 extern int copy_dirlinks;
 extern int keep_dirlinks;