From 4b6a7bd706f27456ae38828426d40363c9bd12f4 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Tue, 9 May 2006 18:00:15 +0000 Subject: [PATCH] Got rid of an unused variable. --- flist.c | 1 - 1 file changed, 1 deletion(-) diff --git a/flist.c b/flist.c index b4de31c5..501a02ea 100644 --- 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; -- 2.34.1